Click here to Skip to main content
15,881,938 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have two PML files. One from a system that 'works' and one from a system that does not. I want to compare the two PML files and find the 'differences', which could indicate why the system that is broken, is broken. There are hundreds of 'false negatives' in the PML files when it comes to analyzing ActiveX loading - so many registry entries which are checked, don't exist' and that is not a problem. I want to try to programmatically process the PML file for the 'real' differences which matter.

What I have tried:

I have searched the Internet using similar keywords "Process Monitor files" "PML Files" - no hits.
I have opened the file and confirmed it is NOT text of any kind.

Thanks Rick. I don't know how I had overlooked that the PML could be exported to XML or CSV. I can process one of those file formats and then build tables for the elements of interest.
Posted
Updated 5-May-21 4:57am
v2

1 solution

Have you had a look at these ?
procmon-parser · PyPI[^]
GitHub - asquigglytwist/SeeBee: A PML Analyzer.[^]

This might be helpful also : The Ultimate Guide to Procmon[^]
 
Share this answer
 
Comments
Rick York 5-May-21 12:53pm    
I will add, keyword selection for search engines is a really important thing to learn. You have to keep refining the terms until you see results of interest. I think I used, "PML file read code" or something like that to get those.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900