在 OllyDbg 中加载 Windows 符号
我使用的是 Windows XP SP3 和 OllyDbg。另外,我已经从这个地址安装了Windows符号: http://msdl.microsoft.com/download/symbols/packages/windowsxp/WindowsXP-KB936929-SP3-x86-symbols-full-ENU.exe
此外,我设置了C:\
。 但我在 Ollydbg 的评论栏中看到一些评论时遇到问题。 有什么想法吗?调试 -> 中的 WINDOWS\Symbols
在 Ollydbg 中选择符号的路径
I am using windows XP SP3 and OllyDbg. Also, I have installed windows symbols from this address:http://msdl.microsoft.com/download/symbols/packages/windowsxp/WindowsXP-KB936929-SP3-x86-symbols-full-ENU.exe
Moreover, I set C:\WINDOWS\Symbols
in Debug -> select path for symbols
in Ollydbg.
But I have problems with seeing some comments in comment column of Ollydbg.
Any Idea?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有关 OllyDbg 的问题可以直接向其发明者 Oleh Yuschuk(也称为 Olly)询问,网址为 [电子邮件受保护]。
根据其网站,有一个专门针对 OllyDbg 的论坛 http://ollydbg.win32asmcommunity.net 但对我来说,观看YouTube\OllyDbg 是 OllyDbg 最有用的帮助。
请务必下载最新版本的 OllyDbg。如果这不起作用,请尝试旧版本,因为 OllyDbg 在 v2.00 中已完全重写
更具体的注释问题:
注释随着代码的反汇编而变化,数据随着代码的继续而变化。 (*)
已于 2010 年 6 月 2 日向作者报告,有 3 人的注释存在问题。
(*) 应对此进行编辑以获得更好的解释。
Questions regarding OllyDbg can be asked directly to its inventor, Oleh Yuschuk (also known as Olly) at [email protected].
According to its website there's a forum specially for OllyDbg at http://ollydbg.win32asmcommunity.net but to me, watching YouTube\OllyDbg is the most usefull help for OllyDbg.
Be sure to download the latest version of OllyDbg. If that doesn't work, try older versions, because OllyDbg has been completely rewritten in v2.00
More specific to the comments problem:
Comments change as it dissassembles the code and the data changes as the code continues.. (*)
It has been reported to the author on 2 june, 2010 that there were problems with comments by 3 people.
(*) This should be edited for a better explanation.