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 @@
上次编辑于: 2024/12/23 11:58:34
贡献者: DeeLMind
重要公告(核心基础)