diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Changelog.md | 1 | ||||
-rw-r--r-- | docs/INSTALL.md | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 10d25754..d397a764 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -17,6 +17,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. configuration settings for fuzzing, for Linux and Macos. thanks to jhertz! - added xml, curl and exotic string functions to llvm dictionary features + - fix AFL_PRELOAD issues on MacOS - removed utils/afl_frida because frida_mode/ is now so much better diff --git a/docs/INSTALL.md b/docs/INSTALL.md index b3f9fb96..17af532a 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -74,7 +74,7 @@ and depend mostly on user feedback. To build AFL, install llvm (and perhaps gcc) from brew and follow the general instructions for Linux. If possible avoid Xcode at all cost. -`brew install wget git make cmake llvm` +`brew install wget git make cmake llvm gdb` Be sure to setup PATH to point to the correct clang binaries and use the freshly installed clang, clang++ and gmake, e.g.: |