about summary refs log tree commit diff
path: root/frida_mode/src/persistent
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2021-11-19 19:45:53 +0100
committerhexcoder- <heiko@hexco.de>2021-11-19 19:45:53 +0100
commitd73b400704aa5cc75616a3b3ab9cc90d16759692 (patch)
tree348ea8f65de34c7b02f57e71b34ab4dbebe67b75 /frida_mode/src/persistent
parent5c1b2412a58103db15350ba1511bde0d071822a2 (diff)
parent24f5e8a6db3fa44afd2491ee617db5103657bc70 (diff)
downloadafl++-d73b400704aa5cc75616a3b3ab9cc90d16759692.tar.gz
Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into dev
Diffstat (limited to 'frida_mode/src/persistent')
-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__)