summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorNguyễn Gia Phong <cnx@loang.net>2024-11-05 16:38:46 +0900
committerNguyễn Gia Phong <cnx@loang.net>2024-11-05 16:38:46 +0900
commit372e4725f044a79c145cb5ecd69356e6d50535b3 (patch)
treebfcd3d372b5f6668b7ad0820303ff7e2d8a99930 /README.md
parent12df718bb7039f8e58e1157d6678f4bdbb106e1a (diff)
downloadafl-dyninst-7161e98bec53ed0487bd96f4c5c8ad6df07bd711.tar.gz
Polish to release v1 HEAD 1.0.0 master
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 60f69b3..3370578 100644
--- a/README.md
+++ b/README.md
@@ -82,7 +82,8 @@ Can be specified multiple times.
 
 Switch -D installs the afl fork server and forced exit functions but no
 basic block instrumentation. That would serve no purpose - unless there are
-other tools that need that: 
+other tools that need that:
+
 * [afl-dynamorio]
 * [afl-pin]
 
@@ -103,7 +104,7 @@ the environment accordingly.
 
 ### Instrumentation
 
-    afl-dyninst -e 0x4034c0 -x unrar unrar-ins
+    afl-dyninst --entry=0x4034c0 -x unrar unrar-ins
 
 Here we are instrumenting the `unrar` binary with entry point at 0x4034c0
 (manually found address of `main`), skipping the first 10 basic blocks