Fix a typo in TODO.md (#450)

This commit is contained in:
Yerkebulan Tulibergenov 2022-01-03 15:14:46 -08:00 committed by GitHub
parent 1608294d0b
commit 2de729a779
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
- [ ] Objective-Specific Corpuses (named per objective) - [ ] Objective-Specific Corpuses (named per objective)
- [ ] Good documentation - [ ] Good documentation
- [ ] More informative outpus, deeper introspection (monitor, what mutation did x, etc.) - [ ] More informative outputs, deeper introspection (monitor, what mutation did x, etc.)
- [ ] Timeout handling for llmp clients (no ping for n seconds -> treat as disconnected) - [ ] Timeout handling for llmp clients (no ping for n seconds -> treat as disconnected)
- [ ] Heap for signal handling (bumpallo or llmp directly?) - [ ] Heap for signal handling (bumpallo or llmp directly?)
- [x] Frida support for Windows - [x] Frida support for Windows