diff options
author | van Hauser <vh@thc.org> | 2020-02-08 10:02:08 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-02-08 10:02:08 +0100 |
commit | 127bf6a10dfccb844ee13cd1a82e105d1f7f6e4b (patch) | |
tree | 8effda75630965b0533038a4fef786e2d1e299aa | |
parent | 96311429fd3b32b3d4a936a8a4879f9350100612 (diff) | |
download | afl-dyninst-127bf6a10dfccb844ee13cd1a82e105d1f7f6e4b.tar.gz |
final touches
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md index d0a20c6..361ffdf 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,9 @@ Switch -x enables an experimental performance mode (+25-50% speed). Just try it and if the target crashes too often, instrument again without this. Should not crash though. -Note that the -l and -d options have been deprecated. Use -r instead. +Note that the -l option has been deprecated, use -r instead. + +Note that the -d option has been deprecated, use -D instead (or ignore the -o output file). ## Example of instrumenting a target binary |