Show All Projects
Procmon Augmented KTM (PAK) is a program I am working on that will look through the script in a KTM project and inject logging code in each function such that it will log to Process Monitor. It recognizes different types of parameters that are available in different events/functions and will output massively detailed logging specific to the major types of variables used in KTM script: xDocument, xDocInfo, xFolder, xDocField, and primitive types that can be converted to strings.

As with any of my side projects at work, I'm never sure how much time I will be able to find to work on it. Currently this is functional and useful, but isn't polished to have a nice installer or configurable options. The real power and flexibility of this utility is the injected logging script and that could be continually refined.