Module structures

Module structures 

Source
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