bannsec / autoPwn

Automate repetitive tasks for fuzzing
122 stars 32 forks source link

Fuzzer -> Module #8

Closed bannsec closed 6 years ago

bannsec commented 6 years ago

Pull out Fuzzer logic and move to a module. Create a base class to add fuzzers to that abstract the things the fuzzer needs to do, such as start/stop/pollinate/status/etc.

This should allow for other fuzzers (hongfuzz, libfuzzer, etc) to be integrated.

bannsec commented 6 years ago

Modularized it in commit cdc15a6