about summary refs log tree commit diff
path: root/CHANGES
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2018-02-24 12:08:20 +0100
committervan Hauser <vh@thc.org>2018-02-24 12:08:20 +0100
commitf843c135a7442aaf40381e76439e250ae905be18 (patch)
tree8123ed783c290d12ed22fca97e13d138d606394f /CHANGES
parent15e935cd25c4fa76210d8f36d480678d364a379e (diff)
downloadafl-dyninst-f843c135a7442aaf40381e76439e250ae905be18.tar.gz
added my changes
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES12
1 files changed, 12 insertions, 0 deletions
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