diff options
author | van Hauser <vh@thc.org> | 2018-03-14 16:32:35 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2018-03-14 16:32:35 +0100 |
commit | 682b4f6b8a0d3244775e1c32563031cbd9277e24 (patch) | |
tree | 2a49d4ae7c64a7202b4170553191ac991676d866 /CHANGES | |
parent | 7867e610b5cffd2c0749703eca1333bdd7840824 (diff) | |
download | afl-dyninst-682b4f6b8a0d3244775e1c32563031cbd9277e24.tar.gz |
added -E and -D switches, -S switch repeatable, dyninst version check
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES index 8bba0a3..6804f76 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,10 @@ Changelog ========= https://github.com/vanhauser-thc/afl-dyninst + - added -E switch to force a program exit at specific addresses + - added -D switch which does not basic block instrumentation + - the -S switch can now be specified several times + - checks the dyninst version and comments on the -f option - added -S switch to skip instrumenting a specific function - added make install target - updated README |