about summary refs log tree commit diff
path: root/frida_mode/src/persistent/persistent_x86.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-11-19 19:43:27 +0100
committerGitHub <noreply@github.com>2021-11-19 19:43:27 +0100
commit24f5e8a6db3fa44afd2491ee617db5103657bc70 (patch)
treea3c9fb4be081a9493916ed3a7c622713bd93c180 /frida_mode/src/persistent/persistent_x86.c
parent7777045c09c404b1274c930788317525fedb43ad (diff)
parentf85edd9181a8e022b775e5ac9073fb59a23b544c (diff)
downloadafl++-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.c1
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__)