From 107c10fd20ef7ef8d494da49b89063bbce264ae5 Mon Sep 17 00:00:00 2001 From: Dominik Maier Date: Mon, 1 Mar 2021 02:41:14 +0100 Subject: [PATCH] formatted todos --- TODO.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/TODO.md b/TODO.md index c4a971a3b1..bd2d31932c 100644 --- a/TODO.md +++ b/TODO.md @@ -1,17 +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 +- [ ] 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 +- [ ] Android Ashmem support +- [ ] Restart Count in Fuzzing Loop +- [ ] LAIN / structured fuzzing example +- [ ] Errors in the Fuzzer should exit the fuzz run \ No newline at end of file