diff options
author | van Hauser <vh@thc.org> | 2020-02-08 10:00:25 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-02-08 10:00:25 +0100 |
commit | 96311429fd3b32b3d4a936a8a4879f9350100612 (patch) | |
tree | bada7424e436c3c4e689adcadfebd367a79040a1 /README.md | |
parent | a1dc73241473156178009d5132b76e4307bb1664 (diff) | |
download | afl-dyninst-96311429fd3b32b3d4a936a8a4879f9350100612.tar.gz |
final touches
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 3f71c19..d0a20c6 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Usage: afl-dyninst -dfvxD -i binary -o binary -l library -e address -E address -D: instrument only a simple fork server and also forced exit functions -x: experimental performance mode (~25-50% speed improvement) -v: verbose output - Note: options -l and -d have been deprecated, use -r instead. + Note: options -l and -d have been deprecated, use -r and -D instead. ``` Switch -e is used to manualy specify the entry point where initialization |