npx claudepluginhub plurigrid/asi --plugin asiThis skill uses the workspace's default tool permissions.
AFL++ is a community-maintained fork of American Fuzzy Lop (AFL) that provides coverage-guided
Performs coverage-guided fuzzing of compiled binaries with AFL++ to discover crashes and vulnerabilities. Instruments targets, manages corpora, runs parallel campaigns, triages crashes.
Executes coverage-guided fuzzing with AFL++ on compiled binaries to discover memory corruption, crashes, and security vulnerabilities. Covers instrumentation with afl-cc, corpus management via afl-cmin/afl-tmin, parallel fuzzing, and crash triage using CASR/GDB.
Fuzzes binaries and source code using AFL++ to discover vulnerabilities and crashes. Useful for security audits and bug hunting in compiled programs.
Share bugs, ideas, or general feedback.
AFL++ is a community-maintained fork of American Fuzzy Lop (AFL) that provides coverage-guided fuzzing for compiled binaries. It instruments targets at compile time or via QEMU/Unicorn mode for binary-only fuzzing, then mutates input corpora to discover new code paths. AFL++ includes advanced scheduling (MOpt, rare), custom mutators, CMPLOG for input-to-state comparison solving, and persistent mode for high-throughput fuzzing.
apt install afl++ or build from source)afl-cc or afl-clang-fastafl-cmin to remove redundant seedsafl-fuzz with appropriate flags (-i input -o output)afl-tmin minimization and CASR/GDB analysis+++ Findings +++
unique crashes: 12
unique hangs: 3
last crash: 00:02:15 ago
+++ Coverage +++
map density: 4.23% / 8.41%
paths found: 1847
exec speed: 2145/sec