diff options
| author | van Hauser <vh@thc.org> | 2021-11-10 11:27:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-10 11:27:24 +0100 |
| commit | 45748fd7522159d95fc54bc5ea2e5bfc978813e3 (patch) | |
| tree | 9f9a8fc6346242b793ce7e671813168ccec72a8e /frida_mode/src/persistent/persistent_arm32.c | |
| parent | 75821d2943ee207a6d862440ac1c466b96a52861 (diff) | |
| parent | 02e8919cbc744064510f6cd99539f7662343073f (diff) | |
| download | afl++-45748fd7522159d95fc54bc5ea2e5bfc978813e3.tar.gz | |
Merge pull request #1153 from WorksButNotTested/frida
Frida
Diffstat (limited to 'frida_mode/src/persistent/persistent_arm32.c')
| -rw-r--r-- | frida_mode/src/persistent/persistent_arm32.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/frida_mode/src/persistent/persistent_arm32.c b/frida_mode/src/persistent/persistent_arm32.c index 769f1505..b4e50897 100644 --- a/frida_mode/src/persistent/persistent_arm32.c +++ b/frida_mode/src/persistent/persistent_arm32.c @@ -1,7 +1,5 @@ #include "frida-gumjs.h" -#include "debug.h" - #include "persistent.h" #include "util.h" @@ -64,14 +62,14 @@ gboolean persistent_is_supported(void) { void persistent_prologue_arch(GumStalkerOutput *output) { UNUSED_PARAMETER(output); - FATAL("Persistent mode not supported on this architecture"); + FFATAL("Persistent mode not supported on this architecture"); } void persistent_epilogue_arch(GumStalkerOutput *output) { UNUSED_PARAMETER(output); - FATAL("Persistent mode not supported on this architecture"); + FFATAL("Persistent mode not supported on this architecture"); } |
