diff options
| author | van Hauser <vh@thc.org> | 2021-03-06 18:47:58 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-06 18:47:58 +0100 |
| commit | 976cb3e36c130dc31fb189e9bb4f036730fca7ee (patch) | |
| tree | 94143e3775e23597abe00b1ad9373c6c90b62632 /README.md | |
| parent | bd0a23de73011a390714b9f3836a46443054fdd5 (diff) | |
| parent | 9b3d8c327d33191b181219ffce411b40bdbe8902 (diff) | |
| download | afl++-976cb3e36c130dc31fb189e9bb4f036730fca7ee.tar.gz | |
Merge pull request #778 from AFLplusplus/dev
This fixes 3 different crash issues
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 800c2121..6b11fee4 100644 --- a/README.md +++ b/README.md @@ -224,7 +224,6 @@ These build options exist: * NO_PYTHON - disable python support * NO_SPLICING - disables splicing mutation in afl-fuzz, not recommended for normal fuzzing * AFL_NO_X86 - if compiling on non-intel/amd platforms -* NO_ARCH_OPT - builds afl++ without machine architecture optimizations * LLVM_CONFIG - if your distro doesn't use the standard name for llvm-config (e.g. Debian) e.g.: make ASAN_BUILD=1 @@ -239,6 +238,7 @@ Here are some good writeups to show how to effectively use AFL++: * [https://securitylab.github.com/research/fuzzing-software-2](https://securitylab.github.com/research/fuzzing-software-2) * [https://securitylab.github.com/research/fuzzing-sockets-FTP](https://securitylab.github.com/research/fuzzing-sockets-FTP) * [https://securitylab.github.com/research/fuzzing-sockets-FreeRDP](https://securitylab.github.com/research/fuzzing-sockets-FreeRDP) + * [https://securitylab.github.com/research/fuzzing-apache-1](https://securitylab.github.com/research/fuzzing-apache-1) If you are interested in fuzzing structured data (where you define what the structure is), these links have you covered: |
