0xricksanchez / AFL_Runner

Scaling best-practice AFLPlusPlus fuzzing campaigns made easy
https://crates.io/crates/afl_runner
Apache License 2.0
43 stars 5 forks source link

refactor: introduce more modularized code base #10

Closed 0xricksanchez closed 2 months ago

0xricksanchez commented 2 months ago

This PR re-writes a big chunk of the original PoC to untangle some of the core concepts and introduce some better modules, structs, first doc-strings in the hope for better readability/maintainability for upcoming PRs