diff --git a/README.md b/README.md index 2de72056ef..97408e34d3 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ We're still working on the documentation. In the meantime, you can watch the Vid + 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) -+ Fix issues for no_std + A macro crate with derive directives (e.g. for SerdeAny impl). + Good documentation + +For further TODOs, see [TODO.md](./TODO.md) \ No newline at end of file diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000000..c4a971a3b1 --- /dev/null +++ b/TODO.md @@ -0,0 +1,17 @@ +# TODOs + +[] Minset corpus scheduler +[] 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 +[] Finish Windows Sharedmap +[] Android Ashmem support +[] Restart Count in Fuzzing Loop +[] LAIN / structured fuzzing example \ No newline at end of file