Question

I have an OCX without documentation and need to use it.
I've figured out most of the stuff, but, is it possible to monitor all the calls and arguments made by one software to that OCX?
I've tried ProcessMonitor, APIMonitor and none of them give me that information.

Was it helpful?

Solution

I haven't tried it myself, but WinApiOverride seems to support COM object calls monitoring:

http://jacquelin.potier.free.fr/winapioverride32/doc/com.htm

This is a pretty advanced tool, however, and you'll likely have to spend some time adding rules for your specific COM classes.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top