Expand description
In-kernel fuzzing infrastructure
Provides mutation-based fuzzing for security-critical kernel subsystems. This is a no_std implementation since cargo-fuzz requires std.
Structs§
- Capability
Token Target - Capability token fuzz target
- ElfParser
Target - ELF parser fuzz target
- Fuzz
Config - Fuzz runner configuration
- Fuzz
Stats - Fuzzing statistics
- IpcMessage
Target - IPC message fuzz target
- Syscall
Target - Syscall number fuzz target
Traits§
- Fuzz
Target - Fuzzing target trait - implement for each subsystem to fuzz
Functions§
- record_
crash - Record a crash (called from panic handler hook)
- run_
fuzz_ target - Run the fuzzer on a target
- stats
- Get fuzzing statistics