about summary refs log tree commit diff
path: root/CHANGES
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2018-03-01 10:37:42 +0100
committervan Hauser <vh@thc.org>2018-03-01 10:37:42 +0100
commit004d0b084fa51dbf10da19d83859c0500f57dfbd (patch)
tree83470d2206c9e7ab36d6fc1b733ea8f85c27983b /CHANGES
parentc1e6ecb1653611a50a835ee920dec1b605c809dc (diff)
downloadafl-dyninst-004d0b084fa51dbf10da19d83859c0500f57dfbd.tar.gz
stdout/stderr fix
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b9d86e3..550a845 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,7 @@ Changelog
 =========
 
 vh@thc.org / https://github.com/vanhauser-thc/afl-dyninst:
+ - Fix for programs that were unable to print to stdout after instrumentation
  - 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