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.

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top