Re-exports§
pub use error::ProcessError;pub use error::Result;pub use iter::ModuleIterOrder;pub use iter::ModuleIterator;pub use iter::ProcessIterator;pub use iter::ProcessView;pub use iter::ThreadView;pub use misc::HandleObject;pub use process::CurrentProcess;pub use process::Export;pub use process::MemoryInfo;pub use process::MemoryRegion;pub use process::Module;pub use process::Pattern16;pub use process::Pattern32;pub use process::Process;pub use process::ProcessHandleInfo;pub use process::RemoteProcess;pub use process::Scanner;pub use process::Thread;pub use utils::SafeHandle;pub use utils::close_handle;
Modules§
Structs§
- Allocation
Type - Represents memory allocation type flags.
- Free
Type - Represents free operation type flags.
- Memory
Protection - Represents memory protection. These values determine how interactions with the memory are allowed to proceed.
- Memory
State - Represents memory state flags. These values indicate whether a region of pages is committed, reserved, or free.
- Memory
Type - Represents memory type flags. These values describe how the memory was allocated.
- Process
Access - Represents process access rights.
- Section
Characteristics - Thread
Access - Represents thread access rights.
- Thread
Context Flags - Flags controlling which parts of a thread CONTEXT are read or written.
- Thread
Create Flags - Flags controlling how a thread acts upon creation.