AFL

DeeLMind2024年12月23日小于 1 分钟

AFL

什么是AFLopen in new window

编译

  1. 安装 build-essential

  2. 下载项目

https://github.com/google/AFL.git
  1. 编译项目
sudo make

例子

sudo ./afl-fuzz -i ./in -o ./out/ -n  cat @@
上次编辑于: 2026/3/11 05:49:26
贡献者: DeeLMind,DeeLMind
课程与服务