diff options
author | WorksButNotTested <62701594+WorksButNotTested@users.noreply.github.com> | 2021-07-07 21:11:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-07 22:11:03 +0200 |
commit | 161d763334a27c6b031d8c5b9a7b49280cb05796 (patch) | |
tree | 63528b033b850b489644ea3231d81f7adf1ca6c3 /frida_mode/hook/frida_hook.c | |
parent | 49df0af628c556a1d462644a04a2df560c9aab82 (diff) | |
download | afl++-161d763334a27c6b031d8c5b9a7b49280cb05796.tar.gz |
Changes to print stats more periodically rather than relying on a new block being instrumented (#1011)
Co-authored-by: Your Name <you@example.com>
Diffstat (limited to 'frida_mode/hook/frida_hook.c')
-rw-r--r-- | frida_mode/hook/frida_hook.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/frida_mode/hook/frida_hook.c b/frida_mode/hook/frida_hook.c index 96446d6f..3bfdb207 100644 --- a/frida_mode/hook/frida_hook.c +++ b/frida_mode/hook/frida_hook.c @@ -6,7 +6,6 @@ * */ - #include <stdint.h> #include <string.h> |