// Comparison
Practical Binary Analysis vs The Mac Hacker's Handbook: 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.
Charlie Miller and Dino Dai Zovi's 2009 deep dive into the Mac OS X exploit landscape — Mach-O, IPC, sandboxing as it then existed, and the early-Intel-Mac exploitation chains.
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.
- The conceptual material (Mach, IPC, Mach-O, Objective-C dispatch) generalizes to modern macOS; the specific exploits do not.
- Most of the value is historical archaeology — knowing why the macOS sandbox and SIP exist is far easier after this book.
- Pair with current Wardle and Apple Platform Security material for any operational use; treat this as background reading.
How they compare
We rate Practical Binary Analysis higher (5/5 against 3/5 for The Mac Hacker's Handbook). For most readers, that means Practical Binary Analysis is the primary pick and The Mac Hacker's Handbook is a useful follow-up.
Both books target advanced-level readers, so the choice is about topic, not difficulty.
Practical Binary Analysis and The Mac Hacker's Handbook 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 AnalysisThe Mac Hacker's Handbook
→ Alternatives to The Mac Hacker's Handbook→ What to read after The Mac Hacker's Handbook