diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2024-11-05 16:38:46 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2024-11-05 16:38:46 +0900 |
commit | 372e4725f044a79c145cb5ecd69356e6d50535b3 (patch) | |
tree | bfcd3d372b5f6668b7ad0820303ff7e2d8a99930 /README.md | |
parent | 12df718bb7039f8e58e1157d6678f4bdbb106e1a (diff) | |
download | afl-dyninst-master.tar.gz |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
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 |