Re: 昨天提出的问题的继续

《软件调试》答疑

昨天提出的问题的继续


再坚持 2014-04-30, 17:27 下午

我问的是当显示以下这个内容时

PROCESS 896e2b28  SessionId: 0  Cid: 07b0    Peb: 7ffdf000  ParentCid: 02e8

    DirBase: 0adc0480  ObjectTable: e1089880  HandleCount:  52.

    Image: calc.exe

……

我照书上说的用此命令显示DirBase:0adc0480,即CR3的值时,不能显示有关数值,而是提示读取物理内存失败的“错误提示”。不知道什么原因。

lkd> !dd 0adc0480

Physical memory read at adc0480 failed

If you know the caching attributes used for the memory,

try specifying Coffee <img src=" src="/emoticons/emotion-44.gif">, [uc] or [wc], as in !dd Coffee <img src=" src="/emoticons/emotion-44.gif"> <params>.

WARNING: Incorrect use of these flags will cause unpredictable

processor corruption.  This may immediately (or at any time in

the future until reboot) result in a system hang, incorrect data

being displayed or other strange crashes and corruption.

Re: 昨天提出的问题的继续


格蠹老雷 2014-05-04, 20:55 下午
估计是系统环境的问题(比如安全软件等),建议安装个虚拟机,然后在虚拟机中实验,或者使用双机内核调试
也可以按照命令的提升,尝试一下!dd wc xxxx

Powered by Community Server Powered by CnForums.Net