summary refs log tree commit diff
path: root/CHANGES
blob: 82b7d745ca0bbfa8ecf592889b0d3f4004321445 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Changelog
=========

https://github.com/vanhauser-thc/afl-dyninst
 - 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
 - added -D switch which does not do 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
 - 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
 - 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
 - base: https://github.com/talos-vulndev/afl-dyninst