aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-10-28 16:19:30 +0100
committerGitHub <noreply@github.com>2020-10-28 16:19:30 +0100
commit1f46171b39f3f3f661c1c0864afc258e7313762a (patch)
treefe10b2e9c8a022841bcb2968d1c09c2ba6263882 /README.md
parent93c9093817e23378e880807df42f047e1bd6dd97 (diff)
parent587f66f1b341e9ad42655bc74843a2ed1d93ee09 (diff)
downloadAFLplusplus-1f46171b39f3f3f661c1c0864afc258e7313762a.tar.gz
Merge pull request #592 from rhtenhove/dev
add gnuplot and afl-dyninst shared libs to Dockerfile
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index d0d15e21..e9d0f826 100644
--- a/README.md
+++ b/README.md
@@ -1009,6 +1009,14 @@ tasks, fuzzing may put a strain on your hardware and on the OS. In particular:
$ iostat -d 3 -x -k [...optional disk ID...]
```
+ Using the `AFL_TMPDIR` environment variable and a RAM-disk you can have the
+ heavy writing done in RAM to prevent the aforementioned wear and tear. For
+ example the following line will run a Docker container with all this preset:
+
+ ```shell
+ # docker run -ti --mount type=tmpfs,destination=/ramdisk -e AFL_TMPDIR=/ramdisk aflplusplus/aflplusplus
+ ```
+
## Known limitations & areas for improvement
Here are some of the most important caveats for AFL:
@@ -1096,7 +1104,7 @@ without feedback, bug reports, or patches from:
Andrea Biondo Vincent Le Garrec
Khaled Yakdan Kuang-che Wu
Josephine Calliotte Konrad Welc
- David Carlier
+ David Carlier Ruben ten Hove
```
Thank you!