From 86f62ef560270c0e92ffed750e46870ea7403ba2 Mon Sep 17 00:00:00 2001 From: Dominik Maier Date: Mon, 26 Apr 2021 16:23:51 +0200 Subject: [PATCH] updated todo --- TODO.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/TODO.md b/TODO.md index 8a12d2cbea..dee2d4333b 100644 --- a/TODO.md +++ b/TODO.md @@ -1,22 +1,22 @@ # 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) - [ ] Objective-Specific Corpuses (named per objective) -- [x] A macro crate with derive directives (e.g. for SerdeAny impl). - [ ] Good documentation -- [ ] LLMP brotli compression +- [ ] LLMP compression - [ ] AFL-Style Forkserver Executor -- [x] 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.) -- [x] Timeouts for executors - [ ] 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?) +- [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