Hooking the windows COM runtime
com, hook, windows
Solution
You could try Jonas Blunck's COMTrace -- I'm not sure if it works on Windows 7, but it's worth a try.
Problem
Is there an available tool which hooks the windows COM runtime? I want to be able to see all the instances which get created, view queries to their interfaces, method calls, etc. Thanks!