about summary refs log tree commit diff
path: root/frida_mode/src/ranges.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2023-12-22 09:19:13 +0100
committerGitHub <noreply@github.com>2023-12-22 09:19:13 +0100
commit27d05f3c216e18163236efa42b630a5b3784d2e9 (patch)
treefe2235a126420f18208546d2b1487e59da9bcd16 /frida_mode/src/ranges.c
parentc38dedbecdaab3ec3482e2af282f78a6f5bf792b (diff)
parent86d76b52acb945c662ba6d2f8ff44cf036a12161 (diff)
downloadafl++-27d05f3c216e18163236efa42b630a5b3784d2e9.tar.gz
Merge pull request #1939 from bet4it/docs
Improve binary-only related docs
Diffstat (limited to 'frida_mode/src/ranges.c')
-rw-r--r--frida_mode/src/ranges.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frida_mode/src/ranges.c b/frida_mode/src/ranges.c
index e9fc3b4e..269ba59b 100644
--- a/frida_mode/src/ranges.c
+++ b/frida_mode/src/ranges.c
@@ -653,7 +653,7 @@ void ranges_init(void) {
   /*
    * After step 4 we have the total ranges to be instrumented, we now subtract
    * that either from the original ranges of the modules or from the whole
-   * memory if AFL_INST_NO_DYNAMIC_LOAD to configure the stalker.
+   * memory if AFL_FRIDA_INST_NO_DYNAMIC_LOAD to configure the stalker.
    */
   if (ranges_inst_dynamic_load) {