visual studio 2008 - COM+ sniffing/spying, is it possible? -


i'm writing replacement visual studio add-in we've got third party. add-in has 1 function i'm having trouble replacing however. interfaces program of theirs (which still need) starting it, telling pid of visual studio , letting other program call visual studio add-in via com+.

so, question, how can reverse engineer conversation between add-in , other app? don't have source third party add-in/app have legal rights i'm doing reverse engineering isn't problem.

presumably since add-in com+, can determine public interface. have duplicate in add-in. write dummy add-in logs calls , parameters. might start.

if have legal rights, option may contact third party details/documentation.


Comments

Popular posts from this blog

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -