omerbenamram / evtx

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

Bugfix/be less strict about boolean values #16

Closed omerbenamram closed 5 years ago

omerbenamram commented 5 years ago

Apparently the parser is too strict regarding some samples that contain boolean values which are non zero or one.

Changed it to emit a warning instead.