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