
Loading configuration of a pre-exported Procmon configuration: > from procmon_parser import load_configuration, dump_configuration, Rule > with open ( "ProcmonConfiguration.pmc", "rb" ) as f. PMC (Process Monitor Configuration) Parser Usage Instead of having to convert the file to CSV/XML formats prior to loading.

Prior to procmon-parser, PMC files could only be parsed and generated by the Procmon GUI, and PML filesĬould be read only using the Procmon GUI, or by converting them to CSV or XML using Procmon command line. Procmon uses internal file formats for configuration ( PMC) and logs ( PML). Procmon ( ) is a very powerful monitoring tool for Windows,Ĭapable of capturing file system, registry, process/thread and network activity.
