[][src]Module ptracer::util

Structs

MemoryMap

Memory mapping

Permissions

Memory map permissions.

Functions

get_memory_maps

Get memory mappings of process identified by pid.

read_data

Read data from remote process identified by pid.

read_string

Read a count bytes long UTF-8 string from specified process at address.

read_string_max_size

Read a null-terminated UTF-8 string with a length up to max_size.

show_registers

Print registers

write_data

Write data to remote process identified by pid.