diff options
| author | WorksButNotTested <62701594+WorksButNotTested@users.noreply.github.com> | 2021-07-06 08:09:31 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-06 09:09:31 +0200 |
| commit | bf9a15541888ac8836a70b4d01c2c9e7bd940051 (patch) | |
| tree | b4fc296003d71f586c1f206e23aa4a93635ec4c3 /frida_mode/include/ranges.h | |
| parent | 6ec295db4e8188df410cf7dcccd1b3de5fbc2048 (diff) | |
| download | afl++-bf9a15541888ac8836a70b4d01c2c9e7bd940051.tar.gz | |
Support for excluding JIT code (#1006)
Co-authored-by: Your Name <you@example.com>
Diffstat (limited to 'frida_mode/include/ranges.h')
| -rw-r--r-- | frida_mode/include/ranges.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frida_mode/include/ranges.h b/frida_mode/include/ranges.h index a667fb76..2eb9b355 100644 --- a/frida_mode/include/ranges.h +++ b/frida_mode/include/ranges.h @@ -5,6 +5,7 @@ extern gboolean ranges_debug_maps; extern gboolean ranges_inst_libs; +extern gboolean ranges_inst_jit; void ranges_config(void); void ranges_init(void); |
