

> configĪdding some new rules > new_rules = > with open( "ProcmonConfiguration.pmc", "rb") as f: Loading configuration of a pre-exported Procmon configuration: > from procmon_parser import load_configuration, dump_configuration, Rule PMC (Process Monitor Configuration) Parser Usage Instead of having to convert the file to CSV/XML formats prior to loading. Parsing PML files - making it possible to directly load the raw PML file into convenient python objects.Reduce the size of the log file over time as Procmon captures millions of events.

