diff options
| author | WorksButNotTested <62701594+WorksButNotTested@users.noreply.github.com> | 2021-06-08 08:55:12 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-08 09:55:12 +0200 |
| commit | c7b9171c103fc80da75d2b9648b62aa87cbe76fd (patch) | |
| tree | f66ce81c3812c1ce6f03aeb23f5a0956b19d517a /frida_mode/src/stats | |
| parent | cd95dfe1e70d5fe3d33a5fed26565a407688568a (diff) | |
| download | afl++-c7b9171c103fc80da75d2b9648b62aa87cbe76fd.tar.gz | |
FRIDA AARCH64 support (#965)
Co-authored-by: Your Name <you@example.com>
Diffstat (limited to 'frida_mode/src/stats')
| -rw-r--r-- | frida_mode/src/stats/stats.c | 1 | ||||
| -rw-r--r-- | frida_mode/src/stats/stats_arm32.c (renamed from frida_mode/src/stats/stats_arm.c) | 0 |
2 files changed, 0 insertions, 1 deletions
diff --git a/frida_mode/src/stats/stats.c b/frida_mode/src/stats/stats.c index 662fb6d5..0d7b9fb0 100644 --- a/frida_mode/src/stats/stats.c +++ b/frida_mode/src/stats/stats.c @@ -96,7 +96,6 @@ void stats_init(void) { void stats_vprint(int fd, char *format, va_list ap) { char buffer[4096] = {0}; - int ret; int len; if (vsnprintf(buffer, sizeof(buffer) - 1, format, ap) < 0) { return; } diff --git a/frida_mode/src/stats/stats_arm.c b/frida_mode/src/stats/stats_arm32.c index 7eea7f91..7eea7f91 100644 --- a/frida_mode/src/stats/stats_arm.c +++ b/frida_mode/src/stats/stats_arm32.c |
