FRET-LibAFL/TODO.md
2021-03-03 19:26:03 +01:00

839 B

TODOs

  • Minset corpus scheduler still doc missing
  • Win32 shared mem and crash handler to have Windows in-process executor
  • Other feedbacks examples (e.g. maximize allocations to spot OOMs)
  • Other objectives examples (e.g. execution of a given program point)
  • Objective-Specific Corpuses (named per objective)
  • A macro crate with derive directives (e.g. for SerdeAny impl).
  • Good documentation
  • LLMP brotli compression
  • Timeouts (timeout observer, objective)
  • AFL-Style Forkserver Executor
  • Restarting EventMgr could use forks on unix
  • Android Ashmem support
  • Restart Count in Fuzzing Loop
  • LAIN / structured fuzzing example
  • Errors in the Fuzzer should exit the fuzz run
  • More informative outpus, deeper introspection (stats, what mutation did x, etc.)