diff options
author | van Hauser <vh@thc.org> | 2021-12-20 21:30:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-20 21:30:55 +0100 |
commit | 6106efa30165ace5d36da36c79778b52935f186f (patch) | |
tree | abe5e84e618ba5ae0a926bdd9e3a37cf2c4af4c7 /frida_mode/Scripting.md | |
parent | db19116ce692a7a317ee3e0f4a553f754465eb47 (diff) | |
parent | d59a76261db02141dae06bf804fd0f84679f0d34 (diff) | |
download | afl++-6106efa30165ace5d36da36c79778b52935f186f.tar.gz |
Merge pull request #1223 from WorksButNotTested/frida
Improvements to debug output
Diffstat (limited to 'frida_mode/Scripting.md')
-rw-r--r-- | frida_mode/Scripting.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frida_mode/Scripting.md b/frida_mode/Scripting.md index ad86fdd3..e9788131 100644 --- a/frida_mode/Scripting.md +++ b/frida_mode/Scripting.md @@ -782,7 +782,7 @@ class Afl { Afl.jsApiWrite(STDOUT_FILENO, buf, log.length); } /** - * See `AFL_FRIDA_INST_NO_BACKPATCH`. + * See `AFL_FRIDA_STALKER_NO_BACKPATCH`. */ static setBackpatchDisable() { Afl.jsApiSetBackpatchDisable(); @@ -995,4 +995,4 @@ class Afl { return Afl.module.getExportByName(name); } } -``` \ No newline at end of file +``` |