We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Definition in following file:
evtx/evtx.go
Line 67 in 1fdf8be
miss one field: ChunkCount uint16
ChunkCount uint16
after: HeaderBlockSize uint16
HeaderBlockSize uint16
it also makes FileFlags and CheckSum unusable.
FileFlags
CheckSum
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Definition in following file:
evtx/evtx.go
Line 67 in 1fdf8be
miss one field:
ChunkCount uint16
after:
HeaderBlockSize uint16
it also makes
FileFlags
andCheckSum
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
The text was updated successfully, but these errors were encountered: