SYMBOL INDEX (39 symbols across 4 files) FILE: exploit.js constant IS_PS5 (line 11) | const IS_PS5 = navigator.userAgent.includes("PlayStation 5"); function set_offset_for_platform (line 13) | function set_offset_for_platform(ps5_offset, ps4_offset) { constant OFFSET_WORKER_STACK_OFFSET (line 31) | const OFFSET_WORKER_STACK_OFFSET = set_offset_for_platform(0x0007FB88, 0... function wait_for_worker (line 436) | async function wait_for_worker() { function find_worker (line 448) | function find_worker() { function userland (line 464) | async function userland() { function run_hax (line 688) | async function run_hax() { FILE: int64.js function int64 (line 1) | function int64(low, hi) { function zeroFill (line 78) | function zeroFill(number, width) { FILE: rop.js class rop (line 1) | class rop { method constructor (line 3) | constructor(stack_size = 0x40000, reserved_stack = 0x10000) { method set_initial_count (line 29) | set_initial_count(count) { method clear (line 36) | clear() { method increment_stack (line 44) | increment_stack() { method set_entry (line 48) | set_entry(index, value) { method push (line 66) | push(value) { method push_write8 (line 73) | push_write8(dest, value) { method write_result (line 84) | write_result(dest) { method write_result4 (line 93) | write_result4(dest) { method push_sysv (line 102) | push_sysv(rdi, rsi, rdx, rcx, r8, r9) { method fcall (line 139) | fcall(rip, rdi, rsi, rdx, rcx, r8, r9) { method get_rsp (line 150) | get_rsp() { method jmp_to_rsp (line 158) | jmp_to_rsp(dest) { method self_healing_syscall (line 167) | self_healing_syscall(sysc, rdi, rsi, rdx, rcx, r8, r9) { method get_branch (line 189) | get_branch() { method create_branch (line 199) | create_branch(type, value_address, compare_value) { method set_branch_points (line 245) | set_branch_points(branch_addr, rsp_condition_met, rsp_condition_not_me... method increment_dword (line 253) | increment_dword(address) { class worker_rop (line 261) | class worker_rop extends rop { method constructor (line 263) | constructor(stack_size, reserved_stack) { method clear (line 268) | clear() { method call (line 273) | async call(rip, rdi, rsi, rdx, rcx, r8, r9) { method syscall (line 280) | async syscall(sysc, rdi, rsi, rdx, rcx, r8, r9) { method run (line 284) | async run() { class thread_rop (line 290) | class thread_rop extends rop { method constructor (line 291) | constructor(name = "rop_thread", stack_size, reserved_stack) { method spawn_thread (line 314) | async spawn_thread() { FILE: webkit.js function hex (line 12) | function hex(n) { function poc (line 18) | function poc() {