Editing LV2 Functions and Syscalls
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 5,395: | Line 5,395: | ||
| | | | ||
| sys_dbg_read_process_memory | | sys_dbg_read_process_memory | ||
| int sys_dbg_read_process_memory(sys_pid_t pid, uint64_t process_ea | | int sys_dbg_read_process_memory(sys_pid_t pid, uint64_t process_ea, void* data, uint32_t size) | ||
|- | |- | ||
| 905 | | 905 | ||
Line 5,402: | Line 5,402: | ||
| | | | ||
| sys_dbg_write_process_memory | | sys_dbg_write_process_memory | ||
| int sys_dbg_write_process_memory(sys_pid_t pid, uint64_t process_ea | | int sys_dbg_write_process_memory(sys_pid_t pid, uint64_t process_ea, const void* data, uint32_t size) | ||
|- | |- | ||
| 906 | | 906 |