diff options
author | van Hauser <vh@thc.org> | 2022-06-18 21:48:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-18 21:48:10 +0200 |
commit | 5d5d1f70fc31c3bb4abef3a28014cb2fa8d84cc0 (patch) | |
tree | 5ca8a83bf8fa747b7a5a45fdf8c8f0617d536baa /docs/fuzzing_in_depth.md | |
parent | 605f2bf96936efd6c5193d106a32fcf893c26b56 (diff) | |
parent | 85b1ce00a8c2c955f33d412d2f288807fe9b4d3e (diff) | |
download | afl++-5d5d1f70fc31c3bb4abef3a28014cb2fa8d84cc0.tar.gz |
Merge pull request #1447 from rhtenhove/more-tags
fixes github actions
Diffstat (limited to 'docs/fuzzing_in_depth.md')
-rw-r--r-- | docs/fuzzing_in_depth.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/fuzzing_in_depth.md b/docs/fuzzing_in_depth.md index 2c27dfe1..8963c635 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 docker.io/aflplusplus/aflplusplus:stable ``` ## 1. Instrumenting the target |