Skip to content

The Python Windows .evtx log file parser module

Notifications You must be signed in to change notification settings

Alshadex/EvtxReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Evtx Module

Python module for reading Windows Evtx files.

This file holds hard coded offsets from here.

Development

For development, start a venv and do:

$ pip3 install -e .

This will enable edit mode which is basically a hot reload version.

Testing

For running pytest, first do:

$ pip3 install -e .[test]

Then run:

$ pytest

or

$ pytest --file path/to/file.evtx

About

The Python Windows .evtx log file parser module

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages