This commit is contained in:
Andrea Fioraldi 2021-03-01 14:12:35 +01:00
parent f18af45d09
commit f89bec5f5c
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ We're still working on the documentation. In the meantime, you can watch the Vid
+ 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)
+ A macro crate with derive directives (e.g. for SerdeAny impl).
+ ~~A macro crate with derive directives (e.g. for SerdeAny impl)~~ just `derive(SerdeAny)`, missing doc.
+ Good documentation
For further TODOs, see [TODO.md](./TODO.md)

View File

@ -5,7 +5,7 @@
- [ ] 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).
- [x] A macro crate with derive directives (e.g. for SerdeAny impl).
- [ ] Good documentation
- [ ] LLMP brotli compression
- [ ] Timeouts (timeout observer, objective)