From 549b83504fad02e12fe7f6068173479e7063ee99 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Thu, 20 Jun 2019 13:51:39 +0200 Subject: added -s fixed_seed feature --- docs/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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? -- cgit 1.4.1