Skip to main content

Crate ptrace_do

Crate ptrace_do 

Source

Structs§

ProcessFrame
Represents a traced process which is in the process of building a frame. frame can be thought of a mutable view into a stopped process’s execution. Given you own a process frame, it is an appropriate time to edit registers, change instructions, and edit memory.
TracedProcess
A process actively being traced.

Enums§

TraceError
Enum containing all errors tracing can witness

Type Aliases§

TraceResult
Internal Result type