Fuzzing papers/implementations:
Structure aware fuzzing:
- arbitrary-rs
- fuzzcheck-rs
- https://symeonp.github.io/2022/11/16/tinybmp_rust_fuzzing.html
- LLVMFuzzDataProvider and Protobuf:
- https://github.com/google/fuzzing/blob/master/docs/structure-aware-fuzzing.md
- https://fuchsia.dev/fuchsia-src/development/testing/fuzzing/write-a-fuzzer#advanced
- LLVMCustomMutator
- Mining input grammars
- Sockfuzzer
- Feroxfuzz
Snapshot fuzzing:
- snapchange
- Brandon Falk:
- implementing minrepro in tkofuzz
- Custom VT-x Powered OS For Running Snapshotted Applications
- Falkervisor overview
- https://github.com/gamozolabs/falkervisor_grilled_cheese/
Benchmarking: Anything by Marcel Böhme