diff options
| author | van Hauser <vh@thc.org> | 2021-12-24 12:43:42 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-24 12:43:42 +0100 |
| commit | 185d7f2edea037902289967e008729d921db1978 (patch) | |
| tree | 5187d81407496aee7ee1effc5a6f326d860cb867 /frida_mode/include/instrument.h | |
| parent | c76dc73c7abba17ace61f703199946fe4cee162f (diff) | |
| parent | 376d1736a8f9de28e76c739c448ada2fb4fcb5a7 (diff) | |
| download | afl++-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.h | 2 |
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); |
