// Comparison
Evasive Malware vs The Art of Memory Forensics: Which Should You Read?
Two cybersecurity books on Malware, compared honestly: who each is for, what each does best, and which to read first.
A Field Guide to Detecting, Analyzing, and Defeating Advanced Threats
Kyle Cucci
Kyle Cucci on the anti-analysis arms race: sandbox detection, anti-debug, anti-VM, packing, and the analyst-side tooling and tradecraft that get past those layers.
Detecting Malware and Threats in Windows, Linux, and Mac Memory
Michael Hale Ligh, Andrew Case, Jamie Levy, AAron Walters
Ligh, Case, Levy, and Walters' canonical reference on memory analysis with Volatility — the technique, the tooling, and the operating-system internals it depends on, across Windows, Linux, and macOS.
Read this if
Skip this if
Key takeaways
- Anti-VM and anti-sandbox checks now run as the first instructions of most samples; the book catalogues the dominant patterns and how to neutralise them.
- Modern packers are conceptually simple but operationally demanding; Cucci's framing of unpacking-as-staged-emulation is the cleanest in print.
- Control-flow obfuscation (opaque predicates, virtualization-based protections) is the analyst's hardest current problem; the chapters on it justify the book on their own.
- Memory is the only place where modern post-exploitation tools are guaranteed to be honest; the book makes that argument by showing what you can recover that disk cannot.
- Volatility plugins are an investigative grammar — once you know the verbs, you can construct the questions; the book is the dictionary for the grammar.
- Cross-OS memory forensics is one workflow with three dialects; the unified Windows/Linux/macOS coverage is the book's underrated structural choice.
How they compare
We rate The Art of Memory Forensics higher (5/5 against 4/5 for Evasive Malware). For most readers, that means The Art of Memory Forensics is the primary pick and Evasive Malware is a useful follow-up.
Both books target advanced-level readers, so the choice is about topic, not difficulty.
Evasive Malware and The Art of Memory Forensics both cover Malware, so reading them in sequence reinforces the same material from different angles.
Keep reading
The Art of Memory Forensics
→ Alternatives to The Art of Memory Forensics→ What to read after The Art of Memory Forensics