diff options
| author | van Hauser <vh@thc.org> | 2022-08-04 21:36:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-04 21:36:59 +0200 |
| commit | 4b9c560b07e1ea42633b59e0eb94f7a3f0fe0c58 (patch) | |
| tree | a00dcc353fd4add31a2c1e75bc2a4ac79419570c /frida_mode/frida.map | |
| parent | 6056d4b140f0665c6a701cada9166379be3435ac (diff) | |
| parent | 9d5a2d1b8e6f4ead25a857d106b37fd85950aff3 (diff) | |
| download | afl++-4b9c560b07e1ea42633b59e0eb94f7a3f0fe0c58.tar.gz | |
Merge pull request #1486 from WorksButNotTested/be8
Be8
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 8e956460..73fff686 100644 --- a/frida_mode/frida.map +++ b/frida_mode/frida.map @@ -13,6 +13,7 @@ js_api_set_debug_maps; js_api_set_entrypoint; js_api_set_instrument_cache_size; + js_api_set_instrument_coverage_absolute; js_api_set_instrument_coverage_file; js_api_set_instrument_debug_file; js_api_set_instrument_jit; |
