From 9ab866336658d186e059432fbdaf8b7b16a8e605 Mon Sep 17 00:00:00 2001 From: Dominik Maier Date: Thu, 11 Nov 2021 02:26:35 +0100 Subject: [PATCH] more todos done --- TODO.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index 24b733cebc..834bca8a3f 100644 --- a/TODO.md +++ b/TODO.md @@ -2,11 +2,11 @@ - [ ] Objective-Specific Corpuses (named per objective) - [ ] Good documentation -- [ ] LAIN / structured fuzzing example - [ ] More informative outpus, deeper introspection (stats, what mutation did x, etc.) - [ ] Timeout handling for llmp clients (no ping for n seconds -> treat as disconnected) - [ ] Heap for signal handling (bumpallo or llmp directly?) -- [ ] Frida support for Windows +- [x] Frida support for Windows +- [x] LAIN / structured fuzzing example - [x] LLMP compression - [x] AFL-Style Forkserver Executor - [x] "Launcher" example that spawns broker + n clients