Skip to content

Commit ee92621

Browse files
update todo
1 parent cf23695 commit ee92621

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

TODO.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
# TODOs
22

3-
- [ ] Conditional composition of feedbacks (issue #24)
4-
- [ ] Other objectives examples (e.g. execution of a given program point)
53
- [ ] Objective-Specific Corpuses (named per objective)
64
- [ ] Good documentation
75
- [ ] LLMP compression
86
- [ ] AFL-Style Forkserver Executor
9-
- [ ] Restart Count in Fuzzing Loop
107
- [ ] LAIN / structured fuzzing example
118
- [ ] More informative outpus, deeper introspection (stats, what mutation did x, etc.)
129
- [ ] Timeout handling for llmp clients (no ping for n seconds -> treat as disconnected)
13-
- [ ] LLMP Cross Machine Link (2 brokers connected via TCP)
1410
- [ ] "Launcher" example that spawns broker + n clients
1511
- [ ] Heap for signal handling (bumpallo or llmp directly?)
1612
- [ ] Frida support for Windows
1713
- [ ] QEMU based instrumentation
1814
- [ ] AFL++ LLVM passes in libafl_cc
15+
- [x] LLMP Cross Machine Link (2 brokers connected via TCP)
16+
- [x] Conditional composition of feedbacks (issue #24)
17+
- [x] Other objectives examples (e.g. execution of a given program point)
18+
- [x] Restart Count in Fuzzing Loop
1919
- [x] Minset corpus scheduler
2020
- [x] Win32 shared mem and crash handler to have Windows in-process executor
2121
- [x] Other feedbacks examples (e.g. maximize allocations to spot OOMs)

0 commit comments

Comments
 (0)