Fuzz Run banner
alvinhayy alvinhayy

Fuzz Run

Development community

Description

--- description: Run an on-device AFL++ campaign and report crashes/execs argument-hint: "[seconds] (default: 3600)" --- Invoke the **afl-fuzzing** skill and run a campaign for `${ARGUMENTS:-3600}` seconds. Preconditions: `/fuzz-build` done and **`/fuzz-validate` passed** (poison-pointer crashes). If validation has not passed, stop and say so — do not run a meaningless campaign. Steps: 1. Seed the corpus (prefer real inputs, e.g. actual QR/barcode luminance frames). 2. Launch on the device w

Installation

Installs to ~/.claude/commands/alvinhayy-mobile-reverseskill-fuzz-run.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/alvinhayy/Mobile-ReverseSkill/HEAD/.claude/commands/fuzz-run.md -o ~/.claude/commands/alvinhayy-mobile-reverseskill-fuzz-run.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository