Skip to main content

Module memory

Module memory 

Source

Functions§

read_bytes
Read a fixed number of bytes from the tracee’s address space.
read_string
Read a null-terminated string from the tracee’s address space. Reads word-by-word via ptrace, stops at null byte or max_len.