2 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 058282a..0edd7a1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,5 @@
Tag: 1.0.0
+Date: 2024-11-05
Build recipe rework
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
|