aboutsummaryrefslogtreecommitdiff
path: root/frida_mode/README.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2022-08-04 21:36:59 +0200
committerGitHub <noreply@github.com>2022-08-04 21:36:59 +0200
commit4b9c560b07e1ea42633b59e0eb94f7a3f0fe0c58 (patch)
treea00dcc353fd4add31a2c1e75bc2a4ac79419570c /frida_mode/README.md
parent6056d4b140f0665c6a701cada9166379be3435ac (diff)
parent9d5a2d1b8e6f4ead25a857d106b37fd85950aff3 (diff)
downloadAFLplusplus-4b9c560b07e1ea42633b59e0eb94f7a3f0fe0c58.tar.gz
Merge pull request #1486 from WorksButNotTested/be8
Be8
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 29f7968b..bfe0948b 100644
--- a/frida_mode/README.md
+++ b/frida_mode/README.md
@@ -146,6 +146,8 @@ instances run CMPLOG mode and instrumentation of the binary is less frequent
QEMU driver to provide a `main` loop for a user provided
`LLVMFuzzerTestOneInput`, this option configures the driver to read input from
`stdin` rather than using in-memory test cases.
+* `AFL_FRIDA_INST_COVERAGE_ABSOLUTE` - Generate coverage files using absolute
+ virtual addresses rather than relative virtual addresses.
* `AFL_FRIDA_INST_COVERAGE_FILE` - File to write DynamoRIO format coverage
information (e.g., to be loaded within IDA lighthouse).
* `AFL_FRIDA_INST_DEBUG_FILE` - File to write raw assembly of original blocks