AFL
Quick Start Instructions
Installation Instructions for Ubuntu / AL2:
git clone https://github.com/aflnet/aflnet
makeCompile Examples:
afl-gcc -o packets packets.c -lpcap
CC=/local/home/myhackingblog/fuzz/AFL/afl-gcc AFL_HARDEN=1 makeExecution Examples:
/local/home/myhackingblog/fuzz/AFL/afl-fuzz -i inputs -o out ./vulnerableLast updated
Was this helpful?