diff options
author | van Hauser <vh@thc.org> | 2022-07-11 11:53:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-11 11:53:03 +0200 |
commit | 46fed1f43fad13d75caa95b2087d49a8bf0709a5 (patch) | |
tree | d31818db6b41cabd98b294641fb0119be26d813e /docs/INSTALL.md | |
parent | d088c2604528acf1d732b251de90c729c4842554 (diff) | |
parent | 662662c15d5026ff0bc43b338f9205af06aa6417 (diff) | |
download | afl++-46fed1f43fad13d75caa95b2087d49a8bf0709a5.tar.gz |
Merge pull request #1472 from llzmb/docs_quality_assurance_5
Fix formatting, punctuation, and typos of docs
Diffstat (limited to 'docs/INSTALL.md')
-rw-r--r-- | docs/INSTALL.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 9036a1f1..312b41e9 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -21,7 +21,7 @@ development state of AFL++. If you want to build AFL++ yourself, you have many options. The easiest choice is to build and install everything: -NOTE: depending on your Debian/Ubuntu/Kali/... version replease `-12` with +NOTE: depending on your Debian/Ubuntu/Kali/... version release `-12` with whatever llvm version is available! ```shell @@ -148,7 +148,7 @@ and definitely don't look POSIX-compliant. This means two things: environment before starting afl-fuzz. User emulation mode of QEMU does not appear to be supported on MacOS X, so -black-box instrumentation mode (`-Q`) will not work. However, Frida mode (`-O`) +black-box instrumentation mode (`-Q`) will not work. However, FRIDA mode (`-O`) works on both x86 and arm64 MacOS boxes. MacOS X supports SYSV shared memory used by AFL's instrumentation, but the |