From “Hello, World” disassembly to defeating commercial packers — long-form reverse engineering tutorials grounded in real binaries.
Reverse Engineering Malware with Ghidra: A Practical Tutorial
Ghidra is the open-source disassembler that broke IDA Pro’s monopoly. The decompiler is genuinely competitive, scripting is friendly (Python and Java), and it costs nothing. This tutorial walks through a realistic malware triage workflow. Setting Up a Safe Lab Before opening anything malicious: ...