Fuzz Testing
AFL++ Advanced Techniques: Persistent Mode, CmpLog, and Custom Mutators
Basic AFL++ usage — compile with afl-clang-fast, create a seed corpus, run afl-fuzz — finds bugs. Advanced AFL++ usage finds them 10–100x faster, or finds bugs that basic usage misses entirely. This post covers the techniques that make AFL++ effective against hard targets: persistent mode, comparison logging, custom