1 indexed skills · max 10 per page
trailofbits/skills · Backend
Cargo-based fuzzing for Rust projects using libFuzzer with integrated sanitizer support. \n \n Requires nightly Rust toolchain and works best with library crate structure; automatically enables AddressSanitizer by default for memory error detection \n Provides cargo fuzz init scaffolding, harness templates, and corpus/artifact management; supports structure-aware fuzzing via the arbitrary crate for type-driven input generation \n Includes coverage analysis integration, dictionary support for for