omerbenamram / evtx

A Fast (and safe) parser for the Windows XML Event Log (EVTX) format
Apache License 2.0
646 stars 62 forks source link

Calculated chunk counts allow for large EVTX parsing #128

Closed forensicmatt closed 3 years ago

forensicmatt commented 4 years ago

Support EVTX with chunk counts > u16 MAX

Addresses https://github.com/omerbenamram/evtx/issues/127

omerbenamram commented 3 years ago

@forensicmatt Thanks for this!!