Skip to content

Releases: mxmssh/manul

Implemented AFL forkserver and DBI persistence mode on Windows+Linux

08 Feb 00:54
Compare
Choose a tag to compare

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