Expand description
This has all the raw structures that makes up Windows kernel crash-dumps.
Structs§
- BmpHeader64
- Context
- DbgKd
Debug Data Header64 - Exception
Record64 - Full
Rdmp Header64 - Header64
- Adjusted C struct for
DUMP_HEADERS64from MS Rust docs. Padding adjustment added from reversingnt!IoFillDumpHeader. - KdDebugger
Data64 - Kernel
Rdmp Header64 - LdrData
Table Entry - List
Entry - PfnRange
- Physmem
Desc - Physmem
Run - Rdmp
Header64 - Unicode
String
Enums§
Constants§
Traits§
- Pod
- We use this
Podtrait to implement / constraint the*read_structfunctions. For the functions to work as expected and be safe, here is the rule that a typeTneeds to follow to bePod:
Type Aliases§
- Physmem
Map - The physical memory map maps a physical address to a file offset.