diff options
author | WorksButNotTested <62701594+WorksButNotTested@users.noreply.github.com> | 2021-05-28 12:25:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-28 13:25:18 +0200 |
commit | e5083fbf254cb7f0bffffaeda5c70beff965627c (patch) | |
tree | a41e3e8a6b04276d390f9dae8a5a71a3ed00748d /frida_mode/include/ranges.h | |
parent | f677be5e86a096edbba74cb8c739e8b10850a379 (diff) | |
download | afl++-e5083fbf254cb7f0bffffaeda5c70beff965627c.tar.gz |
Changes to add missing exclusion of ranges (#943)
Co-authored-by: Your Name <you@example.com>
Diffstat (limited to 'frida_mode/include/ranges.h')
-rw-r--r-- | frida_mode/include/ranges.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frida_mode/include/ranges.h b/frida_mode/include/ranges.h index f652eb8a..c623f473 100644 --- a/frida_mode/include/ranges.h +++ b/frida_mode/include/ranges.h @@ -7,5 +7,7 @@ void ranges_init(void); gboolean range_is_excluded(gpointer address); +void ranges_exclude(); + #endif |