Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Miss one field in EVTXHeader struct #26

Open
yarox24 opened this issue Apr 20, 2022 · 0 comments
Open

Miss one field in EVTXHeader struct #26

yarox24 opened this issue Apr 20, 2022 · 0 comments

Comments

@yarox24
Copy link

yarox24 commented Apr 20, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant