FRET-LibAFL/TODO.md
2021-04-26 16:23:51 +02:00

1.1 KiB

TODOs

  • Other objectives examples (e.g. execution of a given program point)
  • Objective-Specific Corpuses (named per objective)
  • Good documentation
  • LLMP compression
  • AFL-Style Forkserver Executor
  • Restart Count in Fuzzing Loop
  • LAIN / structured fuzzing example
  • More informative outpus, deeper introspection (stats, what mutation did x, etc.)
  • Timeout handling for llmp clients (no ping for n seconds -> treat as disconnected)
  • LLMP Cross Machine Link (2 brokers connected via TCP)
  • "Launcher" example that spawns broker + n clients
  • Heap for signal handling (bumpallo or llmp directly?)
  • 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)
  • A macro crate with derive directives (e.g. for SerdeAny impl).
  • Restarting EventMgr could use forks on unix
  • Android Ashmem support
  • Errors in the Fuzzer should exit the fuzz run
  • Timeouts for executors