1 indexed skills · max 10 per page
trailofbits/skills · Productivity
Coverage-guided fuzzer built into LLVM for finding bugs in C/C++ code with minimal setup. \n \n In-process fuzzer that instruments code at compile time to track coverage; automatically minimizes crashing inputs and maintains a corpus of interesting test cases \n Supports AddressSanitizer, UndefinedBehaviorSanitizer, and MemorySanitizer for detecting memory errors, undefined behavior, and uninitialized reads \n Harnesses written for libFuzzer are compatible with AFL++, enabling easy migration to