diff options
| author | vanhauser-thc <vh@thc.org> | 2022-01-31 09:24:04 +0100 |
|---|---|---|
| committer | vanhauser-thc <vh@thc.org> | 2022-01-31 09:24:04 +0100 |
| commit | 60e126c615a892b329d494ddcc5b84a8e560ca4b (patch) | |
| tree | 50d3844ca91e9d1f8c3361a12c25a8675070788d /README.md | |
| parent | dd9003e59b87b00c8e1ea62612c88599b7eaa14c (diff) | |
| download | afl++-60e126c615a892b329d494ddcc5b84a8e560ca4b.tar.gz | |
mention arm64 docker image
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md index af4c6abd..66b884e2 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Here is some information to get you started: ## Building and installing AFL++ To have AFL++ easily available with everything compiled, pull the image directly -from the Docker Hub: +from the Docker Hub (available for x86_64 and arm64): ```shell docker pull aflplusplus/aflplusplus @@ -58,10 +58,10 @@ docker run -ti -v /location/of/your/target:/src aflplusplus/aflplusplus ``` This image is automatically generated when a push to the stable repo happens -(see [branches](#branches)). You will find your target source code in `/src` in -the container. +(see [branches](#branches)). If you use the command above, you will find your +target source code in `/src` in the container. -To build AFL++ yourself - which we recommend - continue at +To build AFL++ yourself - *which we recommend* - continue at [docs/INSTALL.md](docs/INSTALL.md). ## Quick start: Fuzzing with AFL++ |
