about summary refs log tree commit diff
path: root/frida_mode/README.md
diff options
context:
space:
mode:
authorYour Name <you@example.com>2022-07-29 18:24:22 +0100
committerYour Name <you@example.com>2022-07-29 19:33:31 +0100
commit4fdd64d6d6ca98145873057115d059704a79aeeb (patch)
tree7a75e7d5ab8848731981bf248dd59832cd7983ba /frida_mode/README.md
parentf2b7104cd6c808c2caceb1314a19f4dbcfd087d7 (diff)
downloadafl++-4fdd64d6d6ca98145873057115d059704a79aeeb.tar.gz
Added framework for logging register contents at the end of each basic block
Diffstat (limited to 'frida_mode/README.md')
-rw-r--r--frida_mode/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/frida_mode/README.md b/frida_mode/README.md
index 1ed368d4..29f7968b 100644
--- a/frida_mode/README.md
+++ b/frida_mode/README.md
@@ -178,6 +178,8 @@ Default is 256Mb.
   a file.
 * `AFL_FRIDA_INST_NO_OPTIMIZE` - Don't use optimized inline assembly coverage
   instrumentation (the default where available). Required to use
+* `AFL_FRIDA_INST_REGS_FILE` - File to write raw register contents at the start
+  of each block.
   `AFL_FRIDA_INST_TRACE`.
 * `AFL_FRIDA_INST_NO_CACHE` - Don't use a look-up table to cache real to
 instrumented address block translations.