// Comparison
Practical Binary Analysis vs Practical Reverse Engineering: Which Should You Read?
Two cybersecurity books on Reverse Engineering, compared honestly: who each is for, what each does best, and which to read first.
Build Your Own Linux Tools for Binary Instrumentation, Analysis, and Disassembly
Dennis Andriesse
Dennis Andriesse on the binary toolchain you can actually script: ELF internals, dynamic taint analysis, symbolic execution and instrumentation with concrete code-along examples.
x86, x64, ARM, Windows Kernel, Reversing Tools, and Obfuscation
Bruce Dang, Alexandre Gazet, Elias Bachaalany
A working reverser's textbook from three Microsoft / Quarkslab veterans, covering the architectures and toolchain you'll actually meet on real targets, including the Windows kernel and modern obfuscation patterns.
Read this if
Skip this if
Key takeaways
- Modern RE is automated RE; the book is the bridge between hand-driven analysis and the toolchain that scales to large binaries.
- Symbolic execution is finally accessible to working RE engineers thanks to angr, and Andriesse's framing is what makes it click for most practitioners.
- Custom DBI passes solve a category of problems that no GUI tool can; the book teaches you when to reach for them and how to write them.
- x86, x64, ARM, kernel-mode debugging, and anti-RE techniques in a single coherent volume; nothing else competes for breadth.
- The kernel debugging chapters are the practical introduction the official Windows Internals book never quite delivers for security audiences.
- Anti-RE coverage (obfuscation, packing, anti-debug, virtualization-based protection) is the bridge to modern malware analysis that PMA consciously skips.
How they compare
We rate Practical Binary Analysis higher (5/5 against 4/5 for Practical Reverse Engineering). For most readers, that means Practical Binary Analysis is the primary pick and Practical Reverse Engineering is a useful follow-up.
Both books target advanced-level readers, so the choice is about topic, not difficulty.
Practical Binary Analysis and Practical Reverse Engineering both cover Reverse Engineering, so reading them in sequence reinforces the same material from different angles.
Keep reading
Practical Binary Analysis
→ Alternatives to Practical Binary Analysis→ What to read after Practical Binary AnalysisPractical Reverse Engineering
→ Alternatives to Practical Reverse Engineering→ What to read after Practical Reverse Engineering