SkillAgentSearch skills...

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/Evtxview
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

evtxview in action

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 evtx files as you need to
View on GitHub
GitHub Stars16
CategoryDevelopment
Updated1mo ago
Forks3

Languages

Python

Security Score

90/100

Audited on Feb 13, 2026

No findings