about summary refs log tree commit diff
path: root/frida_mode/frida.map
blob: 0fc48aa64809a37b84d630a1b840e08a33d88f5b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
  global:
    __afl_fuzz_len;
    __afl_fuzz_ptr;
    __afl_sharedmem_fuzzing;
    afl_frida_start;
    js_api_add_exclude_range;
    js_api_add_include_range;
    js_api_done;
    js_api_error;
    js_api_set_debug_maps;
    js_api_set_entrypoint;
    js_api_set_instrument_coverage_file;
    js_api_set_instrument_debug_file;
    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_instrument_unstable_coverage_file;
    js_api_set_persistent_address;
    js_api_set_persistent_count;
    js_api_set_persistent_debug;
    js_api_set_persistent_hook;
    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;
    js_api_set_stats_interval;
    js_api_set_stderr;
    js_api_set_stdout;

  local:
    *;
};