google / AFL

american fuzzy lop - a security-oriented fuzzer
https://lcamtuf.coredump.cx/afl/
Apache License 2.0
3.56k stars 625 forks source link

How to use -C flag #149

Closed qijiale closed 2 years ago

qijiale commented 2 years ago

I want to use 'crash exploration" mode, but when running $AFL_PATH/afl-fuzz -C -m none -i ... -o... ...., there is an error: "[-] PROGRAM ABORT : Test case 'id:000000,orig:0' does NOT crash". Why is that? And what should I do.