问题描述
我需要比较我的应用程序和工作应用程序之间的几个函数调用和签名。在这里,我的意思不是任何办法扭转工程师或访问其它应用程序的源代码,但真正需要知道什么是方法,由工作应用程序使用的接口。
I need to compare few function calls and signature between my application and an working application. Here I don't mean any way to reverse engineer or access the source code of the other application , but truly need to know what are the methods , Interfaces used by the working application.
我想我的应用程序安装到Visual Studio中,然后,开始>调试
,但这并不能提供任何有用的信息。任何帮助。
I tried attaching my application to Visual Studio and then , Start>Debug
, but this doesn't provide any useful information. Any help.
推荐答案
的 Visual Studio的插上就可以调试,不仅exe文件你写的,但任何其他组件;)
Reflector Pro Visual Studio plug in can debug not only exe you write, but any other assembly ;)
这篇关于我可以调试一个EXE的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!