about summary refs log tree commit diff
path: root/frida_mode/include/instrument.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-12-24 12:43:42 +0100
committerGitHub <noreply@github.com>2021-12-24 12:43:42 +0100
commit185d7f2edea037902289967e008729d921db1978 (patch)
tree5187d81407496aee7ee1effc5a6f326d860cb867 /frida_mode/include/instrument.h
parentc76dc73c7abba17ace61f703199946fe4cee162f (diff)
parent376d1736a8f9de28e76c739c448ada2fb4fcb5a7 (diff)
downloadafl++-185d7f2edea037902289967e008729d921db1978.tar.gz
Merge pull request #1227 from WorksButNotTested/frida
Frida
Diffstat (limited to 'frida_mode/include/instrument.h')
-rw-r--r--frida_mode/include/instrument.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/frida_mode/include/instrument.h b/frida_mode/include/instrument.h
index a5d52616..63f12181 100644
--- a/frida_mode/include/instrument.h
+++ b/frida_mode/include/instrument.h
@@ -51,7 +51,7 @@ void instrument_coverage_unstable(guint64 edge, guint64 previous_rip,
                                   guint64 previous_end, guint64 current_rip,
                                   guint64 current_end);
 
-void instrument_on_fork();
+void instrument_on_fork(void);
 
 guint64 instrument_get_offset_hash(GumAddress current_rip);