diff options
| author | Your Name <you@example.com> | 2021-08-27 18:38:22 +0100 |
|---|---|---|
| committer | Your Name <you@example.com> | 2021-08-27 18:38:58 +0100 |
| commit | 5559dd9c244848a1dbb19981f0295774f4e176d9 (patch) | |
| tree | 95b66fa3fe4afde786a7ec7567388a53eccccaaa /frida_mode/frida.map | |
| parent | 7a2f81e0d992cf0f20d8d2fed26310c03c8b4fa9 (diff) | |
| download | afl++-5559dd9c244848a1dbb19981f0295774f4e176d9.tar.gz | |
Added seccomp support
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 e753570f..0fc48aa6 100644 --- a/frida_mode/frida.map +++ b/frida_mode/frida.map @@ -26,6 +26,7 @@ js_api_set_persistent_return; js_api_set_prefetch_backpatch_disable; js_api_set_prefetch_disable; + js_api_set_seccomp_file; js_api_set_stalker_callback; js_api_set_stalker_ic_entries; js_api_set_stats_file; |
