Expand description
Windows internal structure definitions
Re-exports§
pub use list_entry::ListEntry;pub use unicode_string::UnicodeString;pub use peb::Peb;pub use teb::Teb;pub use ldr::LdrDataTableEntry;pub use ldr::PebLdrData;
Modules§
- ldr
- LDR_DATA_TABLE_ENTRY and PEB_LDR_DATA structures
- list_
entry - LIST_ENTRY doubly-linked list abstraction
- offsets
- Version-specific structure offsets
- pe
- PE (Portable Executable) format structures
- peb
- PEB (Process Environment Block) structure
- teb
- TEB (Thread Environment Block) structure
- unicode_
string - UNICODE_STRING structure with safe access