diff options
| author | Your Name <you@example.com> | 2021-11-15 17:14:04 +0000 |
|---|---|---|
| committer | Your Name <you@example.com> | 2021-11-15 17:14:04 +0000 |
| commit | e1d3fe30dec150aa7111cb623a7362a8026963a8 (patch) | |
| tree | 742fa445c7dcf1bf868bd025ee7680dd13b27604 /frida_mode/frida.map | |
| parent | de90fd652e01797f129bfc23c24fa766b4c756a2 (diff) | |
| download | afl++-e1d3fe30dec150aa7111cb623a7362a8026963a8.tar.gz | |
Changes to allow configuration of stalker adjacent blocks
Diffstat (limited to 'frida_mode/frida.map')
| -rw-r--r-- | frida_mode/frida.map | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frida_mode/frida.map b/frida_mode/frida.map index 7be41aa0..61eb19ee 100644 --- a/frida_mode/frida.map +++ b/frida_mode/frida.map @@ -29,6 +29,7 @@ js_api_set_prefetch_disable; js_api_set_seccomp_file; js_api_set_stalker_callback; + js_api_set_stalker_adjacent_blocks; js_api_set_stalker_ic_entries; js_api_set_stats_file; js_api_set_stats_interval; |
