about summary refs log tree commit diff
path: root/frida_mode/frida.map
diff options
context:
space:
mode:
authorWorksButNotTested <62701594+WorksButNotTested@users.noreply.github.com>2021-07-15 19:32:44 +0100
committerGitHub <noreply@github.com>2021-07-15 20:32:44 +0200
commit9e8afcc6156fbcc7b0ed41cde1a5873989b65063 (patch)
treee854fd9b8b8e2e19bcba35713f6c2a375274c02e /frida_mode/frida.map
parent6f03749c734e535cf9488027c692a7ee2591b60f (diff)
downloadafl++-9e8afcc6156fbcc7b0ed41cde1a5873989b65063.tar.gz
Support for setting a fixed seed for the hash function (#1026)
Co-authored-by: Your Name <you@example.com>
Diffstat (limited to 'frida_mode/frida.map')
-rw-r--r--frida_mode/frida.map1
1 files changed, 1 insertions, 0 deletions
diff --git a/frida_mode/frida.map b/frida_mode/frida.map
index 8fc0b174..7223d50e 100644
--- a/frida_mode/frida.map
+++ b/frida_mode/frida.map
@@ -14,6 +14,7 @@
     js_api_set_instrument_jit;
     js_api_set_instrument_libraries;
     js_api_set_instrument_no_optimize;
+    js_api_set_instrument_seed;
     js_api_set_instrument_trace;
     js_api_set_instrument_trace_unique;
     js_api_set_persistent_address;