First, lets answer the most important question of this repo: Why?! becouse I can :)
I was inspired by GynvaelColdwind's stream: Click to view covering stream on YT
The main reason of writting this code is fun and practice. If you need really good and convinient fuzzer go for AFL
To run fuzzer, create sample files (they should be valid sample files, processed by fuzzed binary).
To display help, simply run:
python main.py -h
python main.py -b file.bin -f sample
TODO
- argument parsing
- parsing config file
- tbd.