Вопрос

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