From f843c135a7442aaf40381e76439e250ae905be18 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Sat, 24 Feb 2018 12:08:20 +0100 Subject: added my changes --- CHANGES | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CHANGES (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES new file mode 100644 index 0000000..2d25c88 --- /dev/null +++ b/CHANGES @@ -0,0 +1,12 @@ +Changelog +========= + +vh@thc.org / https://github.com/vanhauser-thc/afl-dyninst: + - added -f switch to fix a bug in dyninst where sometimes the edi/rdi + register is not saved which is used in the instrumentation function + when a function is using edi/rdi for parameter passing + - added -m switch to only instrument basic blocks of a minimum size + - code beautifications, more detailed output, spelling fixes + - added afl-dyninst.sh and afl-fuzz.sh helper scripts which presets + the necessary environment variables + - took over from https://github.com/talos-vulndev/afl-dyninst -- cgit 1.4.1