Structs§
- Memory
Region - A contiguous region of virtual memory in a process.
- Module
- A loaded module (shared library, executable, or dylib) in a process.
- Process
- A handle to an external process for memory operations.
- Protection
- Memory protection flags for a region.
Enums§
- Error
- Errors that can occur during process memory operations.
Type Aliases§
- Result
- Result type alias for procmod-core operations.