diff options
| author | hexcoder- <heiko@hexco.de> | 2021-11-19 19:45:53 +0100 |
|---|---|---|
| committer | hexcoder- <heiko@hexco.de> | 2021-11-19 19:45:53 +0100 |
| commit | d73b400704aa5cc75616a3b3ab9cc90d16759692 (patch) | |
| tree | 348ea8f65de34c7b02f57e71b34ab4dbebe67b75 /frida_mode/src/persistent | |
| parent | 5c1b2412a58103db15350ba1511bde0d071822a2 (diff) | |
| parent | 24f5e8a6db3fa44afd2491ee617db5103657bc70 (diff) | |
| download | afl++-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.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__) |
