pyevtx-rs icon indicating copy to clipboard operation
pyevtx-rs copied to clipboard

Python bindings for https://github.com/omerbenamram/evtx/

Results 4 pyevtx-rs issues
Sort by recently updated
recently updated
newest added

As I'm working with PyEvtxParser, I've noticed 2 distinct fields with the purpose of representing time. One of the is 'timestamp' just under root, and second is 'TimeCreated' under 'System'...

Hello, it's impossible to import from evtx.parser.....why please ? how to use this one for json strings ? please

I have MS Security Event Logs in EVTX format. I'm able to read them using [williballenthin/python-evtx](https://github.com/williballenthin/python-evtx), but it's incredibly slow. Thus, I wanted to export the events using pyevtx-rs, but...

Firstly, would just want to say that the library is great and really fast for use in code -- thank you. However, in my use the iterator ran into an...