offensive-tools/fuzzing/honggfuzz/SKILL.md
Auth/lab ref: Feedback-driven, high-speed fuzzer with multi-process/thread execution and persistent fuzzing.
npx skillsauth add aeondave/malskill honggfuzzInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
General-purpose evolutionary fuzzer with software/hardware coverage options and strong persistent-mode performance.
# Compile with wrappers
./hfuzz_cc/hfuzz-clang -o target target.c
# Run with file placeholder
./honggfuzz -i seeds -- ./target ___FILE___
# Persistent mode
./honggfuzz -P -i seeds -- ./target
___FILE___ or -s stdin mode).-P) as soon as target design allows.-M) periodically.| Flag | Description |
|------|-------------|
| -i <dir> | Input corpus directory |
| --output <dir> | Output directory for dynamic/minimized corpus |
| -P | Persistent mode |
| -n <threads> | Number of fuzzing threads |
| -M | Corpus minimization mode |
| -x | Disable instrumentation feedback (static mode) |
| -s | Feed input via stdin |
| --sanitizers | Enable sanitizer-aware handling (build-dependent) |
-dict for highly structured input grammars.-t) and mutation count per run (-r) before scaling threads.--rlimit_*) to prevent campaign collapse.-x) baseline vs coverage-driven modes to validate benefit.development
Auth/lab ref: Unicorn Engine CPU-only emulation for shellcode, decryptors, custom VM handlers, instruction tracing, memory hooks, and register-level experiments.
development
Auth/lab ref: Renode board and SoC simulation for MCU/RTOS firmware, UART/GPIO/peripheral modeling, GDB remote debugging, REPL platforms, and RESC scripts.
development
Auth/lab ref: Qiling OS-layer binary emulation for PE/ELF/Mach-O/UEFI/shellcode with rootfs, syscall/API hooks, filesystem mapping, and runtime patching.
databases
Auth/lab ref: QEMU user-mode and full-system emulation for cross-arch binaries, firmware, kernels, disks, serial consoles, networking, and GDB stubs.