diff options
author | van Hauser <vh@thc.org> | 2021-08-20 23:15:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-20 23:15:18 +0200 |
commit | ca9c87dd45d8b9a746a212cbc6ce85b78b637d8c (patch) | |
tree | 665b9368d2c1908cf71dbc4a76517f88c5317d9a /frida_mode/Scripting.md | |
parent | d8c221fade27b75a387587dc7b5e20ab82ec8012 (diff) | |
parent | 028f8ced8f772d82a7efc522ec629bf4a5fff32d (diff) | |
download | afl++-ca9c87dd45d8b9a746a212cbc6ce85b78b637d8c.tar.gz |
Merge pull request #1075 from WorksButNotTested/test
Various New Features & Fixes
Diffstat (limited to 'frida_mode/Scripting.md')
-rw-r--r-- | frida_mode/Scripting.md | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/frida_mode/Scripting.md b/frida_mode/Scripting.md index 5467db99..f6017fad 100644 --- a/frida_mode/Scripting.md +++ b/frida_mode/Scripting.md @@ -80,7 +80,6 @@ Afl.setInstrumentEnableTracing(); Afl.setInstrumentTracingUnique(); Afl.setStatsFile("/tmp/stats.txt"); Afl.setStatsInterval(1); -Afl.setStatsTransitions(); /* *ALWAYS* call this when you have finished all your configuration */ Afl.done(); @@ -834,13 +833,6 @@ class Afl { } /** - * See `AFL_FRIDA_STATS_TRANSITIONS` - */ - public static setStatsTransitions(): void { - Afl.jsApiSetStatsTransitions(); - } - - /** * See `AFL_FRIDA_OUTPUT_STDERR`. This function takes a single `string` as * an argument. */ |