diff options
author | van Hauser <vh@thc.org> | 2024-09-06 12:16:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-06 12:16:31 +0200 |
commit | 75d8c47a6b8ae94cd7ded2f0574e4d35a2021ab7 (patch) | |
tree | b702e4d7c53835439ed83ed9291723cb32b7ebfa /docs/INSTALL.md | |
parent | 598a3c6b5e24bd33e84b914e145810d39f88adf6 (diff) | |
parent | 3ec794c806f9e5fbdd4bdb55cac11b2eb9d010c7 (diff) | |
download | afl++-75d8c47a6b8ae94cd7ded2f0574e4d35a2021ab7.tar.gz |
Merge pull request #2204 from AFLplusplus/dev
push to stable
Diffstat (limited to 'docs/INSTALL.md')
-rw-r--r-- | docs/INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/INSTALL.md b/docs/INSTALL.md index cea1ae6b..03f69485 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -32,7 +32,7 @@ sudo apt-get install -y gcc-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* // sudo apt-get install -y ninja-build # for QEMU mode sudo apt-get install -y cpio libcapstone-dev # for Nyx mode sudo apt-get install -y wget curl # for Frida mode -sudo apt-get install python3-pip # for Unicorn mode +sudo apt-get install -y python3-pip # for Unicorn mode git clone https://github.com/AFLplusplus/AFLplusplus cd AFLplusplus make distrib |