diff options
| author | WorksButNotTested <62701594+WorksButNotTested@users.noreply.github.com> | 2021-05-11 19:29:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-11 20:29:28 +0200 |
| commit | 8929da339191152cdc69e4c99ddeaeff6d0bc777 (patch) | |
| tree | 1965c1910187417129bb67beb6e1958f837bfd80 /frida_mode/include | |
| parent | fd077e86bdfb73f1aa8432be547b1e8477883abb (diff) | |
| download | afl++-8929da339191152cdc69e4c99ddeaeff6d0bc777.tar.gz | |
Fixes to memory operands for complog (#916)
Co-authored-by: Your Name <you@example.com>
Diffstat (limited to 'frida_mode/include')
| -rw-r--r-- | frida_mode/include/frida_cmplog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frida_mode/include/frida_cmplog.h b/frida_mode/include/frida_cmplog.h index 28864c0e..b620a472 100644 --- a/frida_mode/include/frida_cmplog.h +++ b/frida_mode/include/frida_cmplog.h @@ -8,7 +8,7 @@ void cmplog_init(void); /* Functions to be implemented by the different architectures */ void cmplog_instrument(const cs_insn *instr, GumStalkerIterator *iterator); -gboolean cmplog_is_readable(void *addr, size_t size); +gboolean cmplog_is_readable(guint64 addr, size_t size); #endif |
