diff options
author | van Hauser <vh@thc.org> | 2021-11-19 19:43:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-19 19:43:27 +0100 |
commit | 24f5e8a6db3fa44afd2491ee617db5103657bc70 (patch) | |
tree | a3c9fb4be081a9493916ed3a7c622713bd93c180 /frida_mode/src/persistent/persistent_x86.c | |
parent | 7777045c09c404b1274c930788317525fedb43ad (diff) | |
parent | f85edd9181a8e022b775e5ac9073fb59a23b544c (diff) | |
download | afl++-24f5e8a6db3fa44afd2491ee617db5103657bc70.tar.gz |
Merge pull request #1171 from WorksButNotTested/frida
Frida
Diffstat (limited to 'frida_mode/src/persistent/persistent_x86.c')
-rw-r--r-- | frida_mode/src/persistent/persistent_x86.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frida_mode/src/persistent/persistent_x86.c b/frida_mode/src/persistent/persistent_x86.c index 902274b3..5425b01b 100644 --- a/frida_mode/src/persistent/persistent_x86.c +++ b/frida_mode/src/persistent/persistent_x86.c @@ -4,6 +4,7 @@ #include "instrument.h" #include "persistent.h" +#include "util.h" #if defined(__i386__) |