aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-05-27 11:28:29 +0200
committervan Hauser <vh@thc.org>2020-05-27 11:28:29 +0200
commitaace0d119228aeb847e97f9dae50b8e0738eed90 (patch)
tree1054668af0034b718388a68bcbe16a239c7f7b06 /docs
parentcee4b4593bd8efe5952eea8aef04bcfafeb48d3f (diff)
downloadafl++-aace0d119228aeb847e97f9dae50b8e0738eed90.tar.gz
code format
Diffstat (limited to 'docs')
-rw-r--r--docs/Changelog.md1
-rw-r--r--docs/INSTALL.md4
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 18acfba4..d95f7367 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -16,6 +16,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
exactly one master is present and warn otherwise
- If no master is present at a sync one slave automatically becomes
a temporary master until a real master shows up
+ - fix/update to MOpt (thanks to arnow117)
- llvm_mode:
- the default instrumentation is now PCGUARD, as it is faster and provides
better coverage. The original afl instrumentation can be set via
diff --git a/docs/INSTALL.md b/docs/INSTALL.md
index 0f9673ad..766f24d7 100644
--- a/docs/INSTALL.md
+++ b/docs/INSTALL.md
@@ -17,7 +17,7 @@ You can start using the fuzzer without installation, but it is also possible to
install it with:
```bash
-make install
+sudo make install
```
There are no special dependencies to speak of; you will need GNU make and a
@@ -46,7 +46,7 @@ please install it first. As on Linux, you can use the fuzzer itself without
installation, or install it with:
```
-gmake install
+sudo gmake install
```
Keep in mind that if you are using csh as your shell, the syntax of some of the