AFL
2024年12月23日小于 1 分钟
AFL
AFL
什么是编译
安装build-essential
下载项目
https://github.com/google/AFL.git
- 编译项目
sudo make
例子
sudo ./afl-fuzz -i ./in -o ./out/ -n cat @@
安装build-essential
下载项目
https://github.com/google/AFL.git
sudo make
sudo ./afl-fuzz -i ./in -o ./out/ -n cat @@