todo file added

This commit is contained in:
Dominik Maier 2021-03-01 02:36:56 +01:00
parent 061a8dd77c
commit ed2e78b786
2 changed files with 19 additions and 1 deletions

View File

@ -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 + Win32 shared mem and crash handler to have Windows in-process executor
+ Other feedbacks examples (e.g. maximize allocations to spot OOMs) + Other feedbacks examples (e.g. maximize allocations to spot OOMs)
+ Other objectives examples (e.g. execution of a given program point) + 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). + A macro crate with derive directives (e.g. for SerdeAny impl).
+ Good documentation + Good documentation
For further TODOs, see [TODO.md](./TODO.md)

17
TODO.md Normal file
View File

@ -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