Skip to content

Miss one field in EVTXHeader struct #26

@yarox24

Description

@yarox24

Definition in following file:

evtx/evtx.go

Line 67 in 1fdf8be

HeaderBlockSize uint16

miss one field:
ChunkCount uint16

after:
HeaderBlockSize uint16

it also makes FileFlags and CheckSum unusable.

Sample sources of Evtx Headers:
https://github.com/cgsecurity/testdisk/blob/261c73bb72273e2a16fb06eebfea2c1892a341f3/src/file_evtx.c#L45
https://github.com/williballenthin/python-evtx/blob/cadd06bce3876ed9907deacb0bb3e65b191eef49/Evtx/Evtx.py#L145

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions