diff options
| author | Your Name <you@example.com> | 2021-10-26 18:48:13 +0100 |
|---|---|---|
| committer | Your Name <you@example.com> | 2021-10-26 18:48:13 +0100 |
| commit | f14b3bd9de4570a30c0f89bac2879ee3a7cfbcae (patch) | |
| tree | b0aa07bf81c1257f16bbf1092526b19c508391ad /frida_mode/frida.map | |
| parent | 4b631c9a198a28538da122f90524811c338ad20d (diff) | |
| download | afl++-f14b3bd9de4570a30c0f89bac2879ee3a7cfbcae.tar.gz | |
Fix issues with Yama restrictions in FRIDA mode
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 0fc48aa6..e2ae87a7 100644 --- a/frida_mode/frida.map +++ b/frida_mode/frida.map @@ -33,6 +33,7 @@ js_api_set_stats_interval; js_api_set_stderr; js_api_set_stdout; + js_api_set_traceable; local: *; |
