ptrace.h | 43 } memory_t; typedef in typeref:struct:__anon62604 84 void init_memory(memory_t* memory, const map_info_t* map_info_list); 90 void init_memory_ptrace(memory_t* memory, pid_t tid); 97 bool try_get_word(const memory_t* memory, uintptr_t ptr, uint32_t* out_value);
|