在 OllyDbg 中加载 Windows 符号

发布于 2024-12-20 05:21:32 字数 315 浏览 2 评论 0原文

我使用的是 Windows XP SP3 和 OllyDbg。另外,我已经从这个地址安装了Windows符号: http://msdl.microsoft.com/download/symbols/packages/windowsxp/WindowsXP-KB936929-SP3-x86-symbols-full-ENU.exe

此外,我设置了C:\ 调试 -> 中的 WINDOWS\Symbols在 Ollydbg 中选择符号的路径。 但我在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

万劫不复 2024-12-27 05:21:32

有关 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文