Skip to content

Implemented AFL forkserver and DBI persistence mode on Windows+Linux

Latest
Compare
Choose a tag to compare
@mxmssh mxmssh released this 08 Feb 00:54
· 35 commits to master since this release

Significant performance improvement for Windows and Linux:

  • Implemented AFL-like forkserver to avoid create/kill process bottleneck (x10 performance boost)
  • Implemented InApp persistence mode for DBI-mode fuzzing on Windows and Linux (x100 performance boost for blackbox coverage-guided fuzzing)
  • Fixed typos/bugs + small code refactoring