diff options
author | van Hauser <vh@thc.org> | 2018-03-18 20:10:53 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2018-03-18 20:10:53 +0100 |
commit | 6f04830391a0e66068f726648aed29703d63c425 (patch) | |
tree | 84021abe4e7817e79005d39413a5f54823d13f43 | |
parent | b89395d496aee5db267f6dc180c7c7f5d75b8b52 (diff) | |
download | afl-dyninst-6f04830391a0e66068f726648aed29703d63c425.tar.gz |
update changelog
-rw-r--r-- | CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES index 82b7d74..fb19b41 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,7 @@ Changelog ========= https://github.com/vanhauser-thc/afl-dyninst + - fixed some typos - renamed afl-fuzz.sh to afl-fuzz-dyninst.sh and make install installs now the scripts - added -E switch to force a program exit at specific addresses @@ -19,4 +20,4 @@ https://github.com/vanhauser-thc/afl-dyninst - code beautifications, more detailed output, spelling fixes - added afl-dyninst.sh and afl-fuzz.sh helper scripts which presets the necessary environment variables - - base: https://github.com/talos-vulndev/afl-dyninst + - based on https://github.com/talos-vulndev/afl-dyninst |