updated todo
This commit is contained in:
parent
32d4c27c83
commit
86f62ef560
18
TODO.md
18
TODO.md
@ -1,22 +1,22 @@
|
|||||||
# TODOs
|
# TODOs
|
||||||
|
|
||||||
- [x] ~~Minset corpus scheduler~~ still doc missing
|
|
||||||
- [ ] Win32 shared mem and crash handler to have Windows in-process executor
|
|
||||||
- [x] 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)
|
||||||
- [ ] Objective-Specific Corpuses (named per objective)
|
- [ ] Objective-Specific Corpuses (named per objective)
|
||||||
- [x] A macro crate with derive directives (e.g. for SerdeAny impl).
|
|
||||||
- [ ] Good documentation
|
- [ ] Good documentation
|
||||||
- [ ] LLMP brotli compression
|
- [ ] LLMP compression
|
||||||
- [ ] AFL-Style Forkserver Executor
|
- [ ] AFL-Style Forkserver Executor
|
||||||
- [x] Restarting EventMgr could use forks on unix
|
|
||||||
- [ ] Android Ashmem support
|
|
||||||
- [ ] Restart Count in Fuzzing Loop
|
- [ ] Restart Count in Fuzzing Loop
|
||||||
- [ ] LAIN / structured fuzzing example
|
- [ ] LAIN / structured fuzzing example
|
||||||
- [ ] Errors in the Fuzzer should exit the fuzz run
|
|
||||||
- [ ] More informative outpus, deeper introspection (stats, what mutation did x, etc.)
|
- [ ] More informative outpus, deeper introspection (stats, what mutation did x, etc.)
|
||||||
- [x] Timeouts for executors
|
|
||||||
- [ ] Timeout handling for llmp clients (no ping for n seconds -> treat as disconnected)
|
- [ ] Timeout handling for llmp clients (no ping for n seconds -> treat as disconnected)
|
||||||
- [ ] LLMP Cross Machine Link (2 brokers connected via TCP)
|
- [ ] LLMP Cross Machine Link (2 brokers connected via TCP)
|
||||||
- [ ] "Launcher" example that spawns broker + n clients
|
- [ ] "Launcher" example that spawns broker + n clients
|
||||||
- [ ] Heap for signal handling (bumpallo or llmp directly?)
|
- [ ] Heap for signal handling (bumpallo or llmp directly?)
|
||||||
|
- [x] ~~Minset corpus scheduler~~ still doc missing
|
||||||
|
- [x] Win32 shared mem and crash handler to have Windows in-process executor
|
||||||
|
- [x] Other feedbacks examples (e.g. maximize allocations to spot OOMs)
|
||||||
|
- [x] A macro crate with derive directives (e.g. for SerdeAny impl).
|
||||||
|
- [x] Restarting EventMgr could use forks on unix
|
||||||
|
- [x] Android Ashmem support
|
||||||
|
- [x] Errors in the Fuzzer should exit the fuzz run
|
||||||
|
- [x] Timeouts for executors
|
||||||
|
Loading…
x
Reference in New Issue
Block a user