diff options
| author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-08-31 21:19:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-31 21:19:04 +0200 |
| commit | 9747ac42213126ec99fe8ea47f1320be54135bd1 (patch) | |
| tree | 677b0cf3143a1964134a67a1922b70dc20f6be19 /frida_mode/Scripting.md | |
| parent | ec4cae448b10acc0a8c84fc75f298bfaed88195a (diff) | |
| parent | fe5b2c355f097705bf0bd7b35b0484b16f87964f (diff) | |
| download | afl++-9747ac42213126ec99fe8ea47f1320be54135bd1.tar.gz | |
Merge branch 'dev' into docs_edit_readme_move_content_to_docs
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. */ |
