diff options
author | vanhauser-thc <vh@thc.org> | 2022-06-18 09:06:27 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-06-18 09:06:27 +0200 |
commit | dc3e2e8200037b4f7d14a15459ed7fa6fa3260a2 (patch) | |
tree | 84896df615e828593127e3c6a7fcb1c9bbbbd7f0 | |
parent | 47d4f161890ab9ea8fbcf2a26615061341a18bbd (diff) | |
download | afl++-dc3e2e8200037b4f7d14a15459ed7fa6fa3260a2.tar.gz |
update docs
-rw-r--r-- | README.md | 3 | ||||
-rw-r--r-- | docs/INSTALL.md | 3 | ||||
-rw-r--r-- | docs/tutorials.md | 6 |
3 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md index a29ce792..c3a627ec 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,9 @@ This image is automatically generated when a push to the stable repo happens (see [branches](#branches)). If you use the command above, you will find your target source code in `/src` in the container. +Note: you can also pull `aflplusplus/aflplusplus:dev` which is the most current +development state of AFL++. + To build AFL++ yourself - *which we recommend* - continue at [docs/INSTALL.md](docs/INSTALL.md). diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 01343b7f..754621b5 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -15,6 +15,9 @@ docker run -ti -v /location/of/your/target:/src aflplusplus/aflplusplus This image is automatically generated when a push to the stable repo happens. You will find your target source code in `/src` in the container. +Note: you can also pull `aflplusplus/aflplusplus:dev` which is the most current +development state of AFL++. + If you want to build AFL++ yourself, you have many options. The easiest choice is to build and install everything: diff --git a/docs/tutorials.md b/docs/tutorials.md index 64d2b376..477ff98b 100644 --- a/docs/tutorials.md +++ b/docs/tutorials.md @@ -1,5 +1,9 @@ # Tutorials +If you are a total newbie, try this guide: + +* [https://github.com/alex-maleno/Fuzzing-Module](https://github.com/alex-maleno/Fuzzing-Module) + Here are some good write-ups to show how to effectively use AFL++: * [https://aflplus.plus/docs/tutorials/libxml2_tutorial/](https://aflplus.plus/docs/tutorials/libxml2_tutorial/) @@ -17,7 +21,7 @@ training, then we can highly recommend the following: * [https://github.com/antonio-morales/Fuzzing101](https://github.com/antonio-morales/Fuzzing101) If you are interested in fuzzing structured data (where you define what the -structure is), these links have you covered: +structure is), these links have you covered (some are outdated though): * libprotobuf for AFL++: [https://github.com/P1umer/AFLplusplus-protobuf-mutator](https://github.com/P1umer/AFLplusplus-protobuf-mutator) |