about summary refs log tree commit diff
path: root/frida_mode/README.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2023-01-31 09:00:20 +0100
committerGitHub <noreply@github.com>2023-01-31 09:00:20 +0100
commit686382c328ab3a131fe151504c6e113ddfbdf168 (patch)
treeaeda5c81d08afdcea747397d4b84f4d0cbc8d153 /frida_mode/README.md
parentb81bc8eb6f3cb77437aae45f9e77522140b560c9 (diff)
parent0d55feb11db1f79ee92db5f44ed04277388c933d (diff)
downloadafl++-686382c328ab3a131fe151504c6e113ddfbdf168.tar.gz
Merge pull request #1631 from WorksButNotTested/arm64
Arm64
Diffstat (limited to 'frida_mode/README.md')
-rw-r--r--frida_mode/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/frida_mode/README.md b/frida_mode/README.md
index 055bb3ee..aac13153 100644
--- a/frida_mode/README.md
+++ b/frida_mode/README.md
@@ -193,6 +193,13 @@ instrumented address block translations.
   backpatching information. By default, the child will report applied
   backpatches to the parent so that they can be applied and then be inherited by
   the next child on fork.
+* `AFL_FRIDA_INST_NO_SUPPRESS` - Disable deterministic branch suppression.
+  Deterministic branch suppression skips the preamble which generates coverage
+  information at the start of each block, if the block is reached by a
+  deterministic branch. This reduces map polution, and may improve performance
+  when all the executing blocks have been prefetched and backpatching applied.
+  However, in the event that backpatching is incomplete, this may incur a
+  performance penatly as branch instructions are disassembled on each branch.
 * `AFL_FRIDA_INST_SEED` - Sets the initial seed for the hash function used to
   generate block (and hence edge) IDs. Setting this to a constant value may be
   useful for debugging purposes, e.g., investigating unstable edges.