19 Fuzzing and Fuzzers
1) fuzz some programs;
2) fuzz some library; library file can not be run, what can we do??
bfd library:
Our final fuzzing target is a much more substantial one. It's a real world open source library called libbfd, it's part of the GNU binutils set of programs, which includes readelf, objdump, strings and others. It examines and manipulates binary files.