Evtxview
evtxview is a GUI viewer for Microsoft Windows evtx files (Windows event logs). I'm hacking this tiny tool because I need such a tool in most forensic investigations.
Install / Use
/learn @janstarke/EvtxviewREADME
evtxview
evtxview is a GUI viewer for Microsoft Windows evtx files (Windows event logs). I'm hacking this tiny tool because I need such a tool in most forensic investigations.
Screenshots

Installation
# create a virtual environment
python3 -m venv venv
# activate virtual environment
source venv/bin/activate
# install required packages
pip3 install -r requirements.txt
Usage
As this is a GUI-only tool, usage is simple:
# load virtual environment, unless you did that already
source venv/bin/activate
# start evtxview
python3 evtxview.py
That's it ;-)
Features
- You can open as many
evtxfiles as you need to
