We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb9b417 commit d85d10bCopy full SHA for d85d10b
1 file changed
src/lib/kdmp-parser-structs.h
@@ -720,6 +720,9 @@ struct HEADER64 {
720
/* 0x1058 */ std::array<uint8_t, 4008> _reserved0;
721
722
union {
723
+ // When dealing with a `DumpType_t::FullDump`, the content of the physical
724
+ // memory directly follows, there's no extra header like with the BMP/RDMP
725
+ // dumps (see `KernelDumpParser::BuildPhysmemFullDump`).
726
BMP_HEADER64 BmpHeader;
727
KERNEL_RDMP_HEADER64 RdmpHeader;
728
FULL_RDMP_HEADER64 FullRdmpHeader;
0 commit comments