Fuzz Build banner
alvinhayy alvinhayy

Fuzz Build

Development community

Description

--- description: Build AFL++ for Android arm64 + the fuzzing harness, and push to the emulator argument-hint: "[target-lib.so] (default: libbarhopper_v3.so)" --- Invoke the **afl-fuzzing** skill and stand up the on-device fuzzing toolchain for `${ARGUMENTS:-libbarhopper_v3.so}`. Steps: 1. Load the `afl-fuzzing` skill. 2. Confirm a device is up (`adb devices`); note its ABI/API (`adb shell getprop ro.product.cpu.abi`). 3. Cross-compile `afl-fuzz` for Android arm64 with the NDK clang, and build

Installation

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

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

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

Full documentation available on GitHub

View Source Repository