diff options
| -rw-r--r-- | CHANGES | 1 | ||||
| -rw-r--r-- | README.md | 5 |
2 files changed, 4 insertions, 2 deletions
@@ -1,4 +1,5 @@ Tag: 1.0.0 +Date: 2024-11-05 Build recipe rework @@ -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 |
