Crate procmem

Crate procmem 

Source
Expand description

Helpers for accessing other processes’ memory in Windows.

Modules§

protect
Re-exports of windows types that are passed to Process::virtual_protect

Structs§

AccessRightsBits
The ways that a process may be accessed after it is opened.
ModuleInfo
Basic information about a module loaded in a process.
Process
Represents a process that has been opened for modification.

Enums§

OpenProcessNamedError
The ways that opening a process can fail
ProcessAccessError
The ways that a memory read or write can fail

Functions§

pids_for_name