Skip to content

A python script that parses and converts the .txt files from C:\Windows\appcompat\pca (Windows 11) to CSV files

License

Notifications You must be signed in to change notification settings

bolisettynihith/PCAParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PCAParser

A Python script that parses and converts the .txt files from C:\Windows\appcompat\pca (Windows 11 22H2) to CSV files

Dependencies

These are the required libraries needed to run this script.

  • argparse
  • csv
  • os
  • datetime

Usage

This is a CLI based tool.

$ python PCAParser.py -i C:\Windows\appcompat\pca

Usage

To view help:

$ python PCAParser.py -h

help

References

Code Inspiration

Fyi, If you are in SOC/MDR, Andrew Rathbun's PowerShell script can be used to run directly on a remote Windows using the Remote execution capabilities provided by the EDR/XDR.

This script is prepared with my customizations, to help me during analysis of this artifact in investigations.

About

A python script that parses and converts the .txt files from C:\Windows\appcompat\pca (Windows 11) to CSV files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages