about summary refs log tree commit diff
path: root/docs/fuzzing_in_depth.md
diff options
context:
space:
mode:
authorRuben ten Hove <git@rhtenhove.nl>2022-06-18 08:21:25 -0400
committerRuben ten Hove <git@rhtenhove.nl>2022-06-18 08:21:25 -0400
commitb0e58baca2e5f67ce7304545e656868005ff73bd (patch)
tree5ec453c87f0efc8a97d29711b987c40d356f7d6f /docs/fuzzing_in_depth.md
parentf23cac854aab2f7eb2ecb01e574571f00a0437fd (diff)
downloadafl++-b0e58baca2e5f67ce7304545e656868005ff73bd.tar.gz
add stable tag to docs
Diffstat (limited to 'docs/fuzzing_in_depth.md')
-rw-r--r--docs/fuzzing_in_depth.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/fuzzing_in_depth.md b/docs/fuzzing_in_depth.md
index 2c27dfe1..d5fae0a6 100644
--- a/docs/fuzzing_in_depth.md
+++ b/docs/fuzzing_in_depth.md
@@ -47,7 +47,7 @@ tasks, fuzzing may put a strain on your hardware and on the OS. In particular:
   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
+  # docker run -ti --mount type=tmpfs,destination=/ramdisk -e AFL_TMPDIR=/ramdisk aflplusplus/aflplusplus:stable
   ```
 
 ## 1. Instrumenting the target