about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-06-20 13:51:39 +0200
committervan Hauser <vh@thc.org>2019-06-20 13:51:39 +0200
commit549b83504fad02e12fe7f6068173479e7063ee99 (patch)
treeae0962558732a00ed6364cfa92c487518998688a /docs
parentd10ebd1a6837f9fc42886fd5debe5311784be75a (diff)
downloadafl++-549b83504fad02e12fe7f6068173479e7063ee99.tar.gz
added -s fixed_seed feature
Diffstat (limited to 'docs')
-rw-r--r--docs/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog
index 616dd78b..ea6e59bc 100644
--- a/docs/ChangeLog
+++ b/docs/ChangeLog
@@ -20,6 +20,9 @@ Version ++2.52d (tbd):
   - added Python Module mutator support, python2.7-dev is autodetected.
     see docs/python_mutators.txt (originally by choller@mozilla)
   - added AFL_CAL_FAST for slow applications and AFL_DEBUG_CHILD_OUTPUT for debugging
+  - added a  -s seed  switch to allow afl run with a fixed initial
+    seed that is not updated. this is good for performance and path discovery
+    tests as the random numbers are deterministic then
   - ... your idea or patch?