Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions evtx.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@ type ChunkHeader struct {
FirstEventRecID uint64
LastEventRecID uint64
HeaderSize uint32
LastEventRecOffset uint32
_ [4]byte
EventRecordCheckSum uint32
_ [68]byte
CheckSum uint32
}

type Chunk struct {
Expand Down