[][src]Module trickster::external

Structs

MemoryRegion

Each row in /proc/[pid]/maps describes a region of contiguous virtual memory in a process or thread.

Process

Process is an object implementation of existing
numeric entry in /proc/ directory.

RegionPermissions

This describes how pages in the region can ba ccessed.
There are four different permissions, lets assume that
we have region with permissions == r-xp .
Our RegionPermissions will have readable and
executable fields set to true, so writeable
and shared will be false, obviously.