Type Definition benfred_read_process_memory::ProcessHandle[][src]

type ProcessHandle = mach_port_name_t;

On OS X a ProcessHandle is a mach port.

Trait Implementations

impl CopyAddress for ProcessHandle
[src]

Use vm_read to read memory from another process on OS X.

Try to copy buf.len() bytes from addr in the process self, placing them in buf.

impl TryIntoProcessHandle for ProcessHandle
[src]

Trivial implementation of TryIntoProcessHandle.

A ProcessHandle is always usable.

Attempt to get a ProcessHandle from self.