diff options
author | van Hauser <vh@thc.org> | 2020-07-27 00:16:09 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-07-27 00:16:09 +0200 |
commit | 7f3317110e07b2d3c63a97cd1916a2b489c78f67 (patch) | |
tree | cc9ee8b76cd0cc7bc28641e2913c5472f98e1ea8 | |
parent | 298ff5c7d0b8b18ccdc5784f54606ddfc5b6b89b (diff) | |
download | afl++-7f3317110e07b2d3c63a97cd1916a2b489c78f67.tar.gz |
update new readme
-rw-r--r-- | README_new.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/README_new.md b/README_new.md index 9cf4e3cc..9b8c1014 100644 --- a/README_new.md +++ b/README_new.md @@ -28,9 +28,10 @@ 2. [How to compile and install afl++](#building-and-installing-afl) 3. [How to fuzz a target](#how-to-fuzz-with-afl) 4. [Fuzzing binary-only targets](#fuzzing-binary-only-targets) - 5. [Branches](#branches) - 6. [Want to help?](#help-wanted) - 7. [Detailed help and description of afl++](#challenges-of-guided-fuzzing) + 5. [Good examples and writeups of afl++ usages](#good-examples-and-writeups) + 6. [Branches](#branches) + 7. [Want to help?](#help-wanted) + 8. [Detailed help and description of afl++](#challenges-of-guided-fuzzing) ## Important features of afl++ |