Skip to main content

📋 Index — 05 — Testing & Fuzzing (Trail of Bits)

05 — Testing & Fuzzing (Trail of Bits)

Index des skills regroupés dans ce livre. Cliquer sur un skill pour ouvrir sa fiche.

16 skills documentés.

Chapitre

Skill En une phrase
address-sanitizer AddressSanitizer detects memory errors during fuzzing.
aflpp AFL++ is a fork of AFL with better fuzzing performance and advanced features.
atheris Atheris is a coverage-guided Python fuzzer based on libFuzzer.
cargo-fuzz cargo-fuzz is the de facto fuzzing tool for Rust projects using Cargo.
constant-time-testing Constant-time testing detects timing side channels in cryptographic code.
coverage-analysis Coverage analysis measures code exercised during fuzzing.
fuzzing-dictionary Fuzzing dictionaries guide fuzzers with domain-specific tokens.
fuzzing-obstacles Techniques for patching code to overcome fuzzing obstacles.
harness-writing Techniques for writing effective fuzzing harnesses across languages.
libafl LibAFL is a modular fuzzing library for building custom fuzzers.
libfuzzer Coverage-guided fuzzer built into LLVM for C/C++ projects.
ossfuzz OSS-Fuzz provides free continuous fuzzing for open source projects.
property-based-testing Provides guidance for property-based testing across multiple languages and smart contracts.
ruzzy Ruzzy is a coverage-guided Ruby fuzzer by Trail of Bits.
testing-handbook-generator Meta-skill that analyzes the Trail of Bits Testing Handbook (appsec.guide) and generates Claude Code skills for security…
wycheproof Wycheproof provides test vectors for validating cryptographic implementations.