aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-12-17 12:10:45 +0100
committervan Hauser <vh@thc.org>2019-12-17 12:10:45 +0100
commitcf70fe0c9e7c9aac36e22b96b0d89e411382dfea (patch)
tree98ca3cc7aa366e8b71ff15e6b57c1c0f07f8adaf /docs
parent7218afdd8ea47f8ce83f98c51d2656a846b7fd49 (diff)
downloadafl++-cf70fe0c9e7c9aac36e22b96b0d89e411382dfea.tar.gz
updated docs
Diffstat (limited to 'docs')
-rw-r--r--docs/ChangeLog8
-rw-r--r--docs/python_mutators.txt3
2 files changed, 6 insertions, 5 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog
index e6eabd18..992370c6 100644
--- a/docs/ChangeLog
+++ b/docs/ChangeLog
@@ -18,14 +18,14 @@ Version ++2.58d (dev):
----------------------
- qbdi_mode: fuzz android native libraries via QBDI framework
- - unicorn_mode: switched with the new unicornafl, thanks domenukk
+ - unicorn_mode: switched to the new unicornafl, thanks domenukk
(see https://github.com/vanhauser-thc/unicorn)
- afl-fuzz:
- - added Radamsa and an optional radamsa stage (-R[R])
- - CPU affinity support for DragonFly
+ - added radamsa as (an optional) mutator stage (-R[R])
- added -u command line option to not unlink the fuzz input file
- Python3 support (autodetect)
- AFL_DISABLE_TRIM env var to disable the trim stage
+ - CPU affinity support for DragonFly
- llvm_mode:
- float splitting is now configured via AFL_LLVM_LAF_SPLIT_FLOATS
- support for llvm 10 included now (thanks to devnexen)
@@ -39,7 +39,7 @@ Version ++2.58d (dev):
- afl-analyze: added AFL_SKIP_BIN_CHECK support
- better random numbers for gcc_plugin and llvm_mode (thanks to devnexen)
- Dockerfile by courtesy of devnexen
- - ripped regex.dictionary from Google afl PR
+ - added regex.dictionary
- qemu and unicorn download scripts now try to download until the full
download succeeded. f*ckin travis fails downloading 40% of the time!
- added the few Android stuff we didnt have already from Google afl repository
diff --git a/docs/python_mutators.txt b/docs/python_mutators.txt
index e20a6f58..0caa2161 100644
--- a/docs/python_mutators.txt
+++ b/docs/python_mutators.txt
@@ -61,8 +61,9 @@ You must install the python 3.7 or 2.7 development package of your Linux
distribution before this will work. On Debian/Ubuntu/Kali this can be done
with either:
apt install python3.7-dev
-pr
+or
apt install python2.7-dev
+Note that for some distributions you might also need the package python[23]-apt
A prerequisite for using this mode is to compile AFLFuzz with Python support.