diff options
author | van Hauser <vh@thc.org> | 2020-02-07 20:10:52 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-02-07 20:10:52 +0100 |
commit | 7c578962358be549868aaf9fbb12e4c03701a880 (patch) | |
tree | 9edf1e2aed2cfb0703a0999495140a3e3c0333e8 /README.md | |
parent | 8f863660162de3c905ab1444cf9b2273de29e51e (diff) | |
download | afl-dyninst-7c578962358be549868aaf9fbb12e4c03701a880.tar.gz |
code indention
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 0c36f77..82ede34 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Usage: afl-dyninst -dfvxD -i binary -o binary -l library -e address -E address -E: exit point - force exit(0) at this address (repeat for more than one) -s: number of initial basic blocks to skip in binary -m: minimum size of a basic bock to instrument (default: 10) - -f: try to fix a dyninst bug that leads to crashes (loss of 20%% performance) + -f: try to fix a dyninst bug that leads to crashes (loss of 20%% performance, only required for dyninst9) -I: only instrument this function and nothing else (repeat for more than one) -S: do not instrument this function (repeat for more than one) -D: instrument only a simple fork server and also forced exit functions |