dobin / ffw

A fuzzing framework for network servers
GNU General Public License v3.0
114 stars 24 forks source link

Added new Zzuf fuzzer: #4

Closed warsang closed 6 years ago

warsang commented 6 years ago

-fuzzer/fuzzingiterationdata.py : Added Zzuf fuzzer, works like a charm but might have to play a bit with parameters (mostly -r) -docs/tutorial-sample-project.md: Changed the output name on the second gcc command as it was confusing (binary was named asan and compiled without asan)