ogmini - Exploration of DFIR

Having fun while learning about and pivoting into the world of DFIR.


About Blog Research CTF/Challenge GitHub RSS
5 June 2025

Windows Notepad Parser - Documentation Update

by ogmini

No major changes to Windows Notepad Parser. Yogesh Khatri helpfully pointed out that I had not actually documented the command line arguments and it appeared that the program would only work on a live machine. I thank him for opening an issue to point this out.

I’ve since updated the documentation to specifically call out the command line arguments. I’ve included them below for ease:

 -t, --tabstatelocation       Tab State Folder Location. Default value is the system location.

 -w, --windowstatelocation    Window State Folder Location. Default value is the system location.

 -o, --outputlocation         Output Folder Location for CSV files. Default location is same folder as program.

 --help                       Display this help screen.

 --version                    Display version information.

I’ll be sure to include a README in future compiled releases.

tags: DFIR - Windows Notepad