File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# TODOs
2
2
3
- - [ ] Conditional composition of feedbacks (issue #24 )
4
- - [ ] Other objectives examples (e.g. execution of a given program point)
5
3
- [ ] Objective-Specific Corpuses (named per objective)
6
4
- [ ] Good documentation
7
5
- [ ] LLMP compression
8
6
- [ ] AFL-Style Forkserver Executor
9
- - [ ] Restart Count in Fuzzing Loop
10
7
- [ ] LAIN / structured fuzzing example
11
8
- [ ] More informative outpus, deeper introspection (stats, what mutation did x, etc.)
12
9
- [ ] Timeout handling for llmp clients (no ping for n seconds -> treat as disconnected)
13
- - [ ] LLMP Cross Machine Link (2 brokers connected via TCP)
14
10
- [ ] "Launcher" example that spawns broker + n clients
15
11
- [ ] Heap for signal handling (bumpallo or llmp directly?)
16
12
- [ ] Frida support for Windows
17
13
- [ ] QEMU based instrumentation
18
14
- [ ] 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
19
19
- [x] Minset corpus scheduler
20
20
- [x] Win32 shared mem and crash handler to have Windows in-process executor
21
21
- [x] Other feedbacks examples (e.g. maximize allocations to spot OOMs)
You can’t perform that action at this time.
0 commit comments