适用于 Windows 7 x64 的应用程序调试器
您能给我推荐一个好的适用于 Windows 7 x64 的应用程序级调试器吗? 调试 64 位应用程序不需要它;它必须只能在 64 位环境中可靠运行。
我正在寻找类似 OllyDbg (http://www.ollydbg.de/)。然而,OllyDbg 的问题是它尚未移植到 Windows 7 x64。
已经尝试过:
- SoftICE(不适用于 Win7 x64)
- Syser(安装后它给我错误消息)
- WinDBG (这个看起来太复杂,学起来很慢。我不喜欢到处都是浮动窗口)
- IDA pro(这个不允许我调试应用程序。它只列出了结构图)
- OllyDBG (加载应用程序后,它立即终止它。可能是兼容性的结果。我也检查了模拟 Windows XP SP3,但根本没有帮助)
需要实时运行应用程序,并用汇编语言跟踪它。
Could you please recommend me a good application level debugger for Windows 7 x64? It is not needed to debug 64-bit applications; it must only run reliably within a 64-bit environment.
I am searching for something like OllyDbg (http://www.ollydbg.de/). However, the problem with OllyDbg is that it is not yet ported for Windows 7 x64.
This has been tried:
- SoftICE (does not work for Win7 x64)
- Syser (it was giving me error messages after installation)
- WinDBG (this one looked too complex and slow to learn. I did not like floating windows all around)
- IDA pro (this one did not allow me to debug application. It only listed the structure graph)
- OllyDBG (after loading the application, it terminates it immediately. Probably a result of compatibility. I also checked emulating Windows XP SP3, but not help at all)
It is required to run the application in real time, and trace it in assembly language.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
OllyDbg 1.10 和 IDA pro 在 Win7 x64 中都可以正常工作。
对于 OllyDbg,请使用 Stealth64 插件。
Both OllyDbg 1.10 and IDA pro works fine in Win7 x64.
For OllyDbg use Stealth64 plugin.
Visual Studio 是一个不错的程序二进制调试器,它非常适合具有 .pdb 信息和源代码的程序。只有 IdaPro 的高级版本可在 64 位操作系统上运行。从他们的网站:
IDA Pro Standard 支持以下系列(仅高级版才可以进行 64 位分析)
Visual Studio is decent as a program-binary debugger, it's excellent for programs with .pdb information and source code. Only the advanced version of IdaPro works on 64-bit OS's. From their website:
IDA Pro Standard supports the following families (64-bit analysis is possible only with the Advanced Edition)