diff options
| author | Your Name <you@example.com> | 2021-11-18 17:08:39 +0000 |
|---|---|---|
| committer | Your Name <you@example.com> | 2021-11-18 17:08:39 +0000 |
| commit | af02fa1670db6d19feaf0a3e54d9d8013ad3312f (patch) | |
| tree | 72cffafe0ca3340659f0321bad548e2d336e4a12 /frida_mode/frida.map | |
| parent | 3b9545854fdfb5be111a9891675882c187801fb0 (diff) | |
| download | afl++-af02fa1670db6d19feaf0a3e54d9d8013ad3312f.tar.gz | |
Improve JS bindings for hooking functions
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 61eb19ee..5276db91 100644 --- a/frida_mode/frida.map +++ b/frida_mode/frida.map @@ -20,6 +20,7 @@ js_api_set_instrument_trace; js_api_set_instrument_trace_unique; js_api_set_instrument_unstable_coverage_file; + js_api_set_js_main_hook; js_api_set_persistent_address; js_api_set_persistent_count; js_api_set_persistent_debug; |
