// Comparison
Cybercriminalité vs Reversing: Which Should You Read?
Two cybersecurity books on Foundations, compared honestly: who each is for, what each does best, and which to read first.
Solange Ghernaouti's structured treatment of cybercrime — how it works, how to prevent it, how to respond — spanning technical, legal and organisational angles.
The book that taught a generation how software actually looks once you strip away the source. Still the clearest on-ramp to thinking in assembly, even with dated tools.
Read this if
Skip this if
Key takeaways
- A 2023 structured survey of cybercrime spanning technique, law and prevention — broad rather than deep.
- Strong on the legal and organisational response that purely technical books skip.
- A natural companion to Ghernaouti's Cybersécurité, focused on the criminal dimension.
- Reverse engineering is a disciplined reading skill, not magic; the fundamentals of how compilers, stacks, and calling conventions work outlast any tool.
- The most durable part of the book is the bridge from high-level constructs to their assembly fingerprints, which you will recognize for the rest of your career.
- The Windows-internals, copy-protection, and anti-reversing material is a snapshot of 2005 and should be treated as historical context, not current practice.
How they compare
We rate Reversing higher (4/5 against 3/5 for Cybercriminalité). For most readers, that means Reversing is the primary pick and Cybercriminalité is a useful follow-up.
Both books target intermediate-level readers, so the choice is about topic, not difficulty.
Cybercriminalité and Reversing both cover Foundations, so reading them in sequence reinforces the same material from different angles.