Skip to content

Commit d85d10b

Browse files
committed
fix #36
1 parent fb9b417 commit d85d10b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/lib/kdmp-parser-structs.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -720,6 +720,9 @@ struct HEADER64 {
720720
/* 0x1058 */ std::array<uint8_t, 4008> _reserved0;
721721

722722
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`).
723726
BMP_HEADER64 BmpHeader;
724727
KERNEL_RDMP_HEADER64 RdmpHeader;
725728
FULL_RDMP_HEADER64 FullRdmpHeader;

0 commit comments

Comments
 (0)