Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要监视 vc 生成的汇编代码。
是否可以在其他调试器如ollydbg、windbg中调试带有源代码的vc发布程序?
是的,像 ollydbg 或 windbg 这样的调试器可以调试\反汇编\启动各种本机可执行文件(PE 也是如此),无论使用了哪种编译器和哪种语言。唯一的问题是你不会有太多的调试符号,而且很难知道你在哪里以及你在做什么。
如果 pdb 可用,请使用它:http ://en.wikipedia.org/wiki/Program_database 。