Reverse Engineer the methods call to com application

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kamranshehzad
    New Member
    • Feb 2007
    • 1

    #1

    Reverse Engineer the methods call to com application

    Hi
    I need to reverse engineer or debug the method calls (not code) of a com class.
    I looked for tools but didn't find any.

    Can any one guide me how to find the method calls to a com application ( like public method calls when application is loaded).

    It will be a great help.

    regards,

    KS>
  • RedSon
    Recognized Expert Expert
    • Jan 2007
    • 4980

    #2
    Originally posted by kamranshehzad
    Hi
    I need to reverse engineer or debug the method calls (not code) of a com class.
    I looked for tools but didn't find any.

    Can any one guide me how to find the method calls to a com application ( like public method calls when application is loaded).

    It will be a great help.

    regards,

    KS>
    If you have Visual Studio you can look at the callers graph of the symbol you are trying to inspect. You can get a free copy of Visual Studio at their express site. Try searching MSDN for Visual Studio express.

    Comment

    Working...