// Comparison
Les virus informatiques vs Practical Reverse Engineering: Which Should You Read?
Two cybersecurity books on Malware, compared honestly: who each is for, what each does best, and which to read first.
The reference French academic treatment of computer virology — the theory, algorithms and practice of viruses and malicious code — by Éric Filiol, a former military cryptanalyst and one of France's leading virologists.
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
- The canonical French-language text on the theory of computer viruses, by a recognised authority.
- Theory- and algorithm-first: formal models of self-reproduction, detection complexity, and viral techniques.
- Best read after a practical malware book — it explains why the techniques work, not how to click through a sandbox.
- 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
Les virus informatiques and Practical Reverse Engineering are both rated 4/5 in our catalog. Pick by topic preference and reading style rather than by rating.
Both books target advanced-level readers, so the choice is about topic, not difficulty.
Les virus informatiques and Practical Reverse Engineering both cover Malware, Reverse Engineering, so reading them in sequence reinforces the same material from different angles.
Keep reading
Les virus informatiques
→ Alternatives to Les virus informatiques→ What to read after Les virus informatiquesPractical Reverse Engineering
→ Alternatives to Practical Reverse Engineering→ What to read after Practical Reverse Engineering