模糊测试 ======================================== AFL系列 ---------------------------------------- - `afl `_ 内核 ---------------------------------------- - `kAFL `_ Code for the USENIX 2017 paper: kAFL: Hardware-Assisted Feedback Fuzzing for OS Kernels - `syzkaller `_ is an unsupervised coverage-guided kernel fuzzer - `VMI Kernel Fuzzer for Xen Project `_ PT-Fuzz ---------------------------------------- - `libxdc `_ The fastest Intel-PT decoder for fuzzing 语料 ---------------------------------------- - `fuzzdata `_ Android ---------------------------------------- - `FANS `_ Fuzzing Android Native System Services ASAN系列 ---------------------------------------- - `QASan `_ a custom QEMU 3.1.1 that detects memory errors in the guest using AddressSanitizer 框架 ---------------------------------------- - `onefuzz `_ A self-hosted Fuzzing-As-A-Service platform 网络协议 ---------------------------------------- - `boofuzz `_ A fork and successor of the Sulley Fuzzing Framework - `AFLNet `_ A Greybox Fuzzer for Network Protocols 文件结构 ---------------------------------------- - `FormatFuzzer `_ is a framework for high-efficiency, high-quality generation and parsing of binary inputs 变异器 ---------------------------------------- - `radamsa `_ Radamsa is a test case generator for robustness testing 论文列表 ---------------------------------------- - `fuzzing related paper `_ 汇总 ---------------------------------------- - `Google Fuzzing Forum `_ Tutorials, examples, discussions, research proposals, and other resources related to fuzzing