SYMBOL INDEX (51 symbols across 6 files) FILE: afl_bridge_external/afl_bridge_external.c function send_forkserver_error (line 84) | void send_forkserver_error(int error) { function __afl_map_shm (line 97) | static void __afl_map_shm(void) { function __afl_start_forkserver (line 198) | static void __afl_start_forkserver(void) { function u32 (line 214) | static u32 __afl_next_testcase(u8 *buf, u32 max_len) { function __afl_end_testcase (line 232) | static void __afl_end_testcase(int status) { function clear_afl_trace (line 248) | void clear_afl_trace() function afl_maybe_log (line 255) | void afl_maybe_log(unsigned long cur_loc) { function flush_socket (line 266) | int flush_socket() { function get_exec_info (line 276) | int get_exec_info() { function connect_to_ext (line 380) | int connect_to_ext(char* pIpAddress, u32 port, u32 timeout_ms) { function send_all (line 423) | int send_all(void *data2send, size_t length) { function send_input_data (line 442) | int send_input_data(char* pInputData, u16 sz) { function exit_with_segfault (line 485) | void exit_with_segfault() { function print_usage (line 493) | void print_usage() { function main (line 502) | int main(int argc, char *argv[]) { FILE: afl_bridge_external/types.h type u8 (line 29) | typedef uint8_t u8; type u16 (line 30) | typedef uint16_t u16; type u32 (line 31) | typedef uint32_t u32; type uint128_t (line 33) | typedef unsigned __int128 uint128_t; type uint128_t (line 34) | typedef uint128_t u128; type u64 (line 62) | typedef unsigned long long u64; type s8 (line 64) | typedef int8_t s8; type s16 (line 65) | typedef int16_t s16; type s32 (line 66) | typedef int32_t s32; type s64 (line 67) | typedef int64_t s64; type __int128 (line 69) | typedef __int128 int128_t; type int128_t (line 70) | typedef int128_t s128; FILE: examples/ppc/fuzz_ppc_check_serial.py function write_memory (line 54) | def write_memory(addr, data, sz = None): function apply_hooks (line 76) | def apply_hooks(emuHelper, addr, debug=False): function hook_good_serial (line 93) | def hook_good_serial(emuHelper, addr): FILE: examples/xtensa/fuzz_xtensa_check_serial.py function write_memory (line 60) | def write_memory(addr, data, sz = None): function apply_hooks (line 82) | def apply_hooks(emuHelper, addr, debug=False): function hook_good_serial (line 99) | def hook_good_serial(emuHelper, addr): FILE: libAFL/libAFL.py function run_bridge_server_api (line 39) | def run_bridge_server_api(ctx, host="127.0.0.1", port=6666): function parse_cmd (line 58) | def parse_cmd(ctx, data, debug=False): function get_data_input (line 103) | def get_data_input(ctx): function isStopOrder (line 108) | def isStopOrder(ctx): function rcv_large (line 117) | def rcv_large(sock, sz): function rcv_cmd (line 130) | def rcv_cmd(ctx, debug): function rcv_input (line 178) | def rcv_input(ctx, debug): function notify_crash (line 203) | def notify_crash(ctx): function notify_end_exec (line 218) | def notify_end_exec(ctx): function notify_err (line 232) | def notify_err(ctx): function init_ctx (line 248) | def init_ctx(ctx, monitor, bbm): function free_ctx (line 258) | def free_ctx(ctx): function notify_code_coverage (line 281) | def notify_code_coverage(ctx, executionAddress, debug=False): FILE: libUtils/libUtils.py function addr2int (line 12) | def addr2int(addr): function write_memory (line 16) | def write_memory(emuHelper, addr, data, sz = None): function get_string (line 42) | def get_string(emuHelper, addr): function apply_hooks (line 62) | def apply_hooks(emuHelper, d_hooks, addr, debug=False): function get_next_execution_addr (line 78) | def get_next_execution_addr(addr):