使用sudo apt-get install afl
给予
E: Unable to locate package afl
在我的机器上。如何在 Ubuntu 上安装 American Fuzzy lop?
好吧,没那么难。我只是从镜像中克隆了源代码,make
'd 和make install
'ed:
克隆 Git 存储库afl
,我使用在 GitHub 上找到的镜像:
git clone https://github.com/mirrorer/afl
Run Code Online (Sandbox Code Playgroud)更改目录和make
和make install
:
cd afl
make && sudo make install
Run Code Online (Sandbox Code Playgroud)当然,可能需要安装一些库才能编译。我不需要这样做。
归档时间: |
|
查看次数: |
8418 次 |
最近记录: |