mirror of
https://github.com/sslab-gatech/winnie
synced 2026-06-08 17:35:47 +00:00
7b6a601e4d
- In release mode, fuzz_me was being inlined - Make the buggy library more interesting in terms of control flow paths
Toy example target program for fuzzing
afl-fuzz -i in -o out -t 1000 -F basicblock.bb -- -fork -debug -harness harness.dll -init_time 1000 -- toy_example.exe @@