質問

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