Advanced Debugging
About AdvDbg Consult Train Services Products Tools Community Contact  
欢迎光临 高端调试 登录 | 注册 | FAQ
 
  ACPI调试
Linux内核调试
Windows内核调试
 
  调试战役
调试原理
新工具观察
 
  Linux
Windows Vista
Windows
 
  Linux驱动
WDF
WDM
 
  PCI Express
PCI/PCI-X
USB
无线通信协议
 
  64位CPU
ARM
IA-32
  CPU Info Center
 
  ACPI标准
系统认证
Desktop
服务器
 
  Embedded Linux
嵌入式开发工具
VxWorks
WinCE
嵌入式Windows
 
  格蠹调试套件(GDK)
  格蠹学院
  小朱书店
  老雷的微博
  《软件调试》
  《格蠹汇编》
  《软件调试(第二版)》
沪ICP备11027180号-1

搜索

您搜索的关键字为:
约有 55 项符合查询结果, 以下是第 5 - 6项。 费时 < 1 秒。  

Re: 关于 《软件调试》 2.7.5 使用WinDBG观察分页机制。

Raymond IntelDeveloper Guide Raymond
Posted in Windows内核调试 by skyworth on 2008-06-26


Re: 关于 《软件调试》 2.7.5 使用WinDBG观察分页机制。

PAENE PAE http://www.microsoft.com/whdc/system/platform/server/PAE/PAEdrv.mspx To boot the system and utilize PAE memory, the /PAE switch must be added to the corresponding entry in the Boot.ini file. If a problem should arise, Safe Mode may be used, which causes the ...
Posted in Windows内核调试 by skyworth on 2008-06-26

Re: 关于 《软件调试》 2.7.5 使用WinDBG观察分页机制。

线 PAE 2GPAE
Posted in Windows内核调试 by skyworth on 2008-06-25

Re: 关于《软件调试》 3.3.3 示例

^_^
Posted in Windows内核调试 by skyworth on 2008-06-25

Re: 我自己写了一个MBR,但是我想用VMWARE+WINDBG调试,可否可行?

turbo debugger
Posted in Windows内核调试 by skyworth on 2008-06-22

Re: 关于《软件调试》 3.3.3 示例

line 108 mov ecx, DWORD PTR _nDivisor$[ebp] ; 16 : ; 17 : nResult = nDividend / nDivisor; mov eax, DWORD PTR _nDividend$[ebp] cdq idiv ecx mov DWORD PTR _nResult$[ebp], eax ecx line 171 mov DWORD PTR _nDivisor$[ebp], 1 push OFFSET ...
Posted in Windows内核调试 by skyworth on 2008-06-22

Re: 关于《软件调试》 3.3.3 示例

; Listing generated by Microsoft (R) Optimizing Compiler Version 15.00.21022.08 TITLE C:\TSource\fault.c .686P .XMM include listing.inc .model flat INCLUDELIB LIBCMT INCLUDELIB OLDNAMES _DATA SEGMENT $SG78567 DB 'Before div in __try block:', 0aH, 00H $SG78568 DB 'nDividend=%d, nDivisor=%d, nResult=%d.', ...
Posted in Windows内核调试 by skyworth on 2008-06-22

关于《软件调试》 3.3.3 示例

: #include #include #define VAR_WATCH() printf(''nDividend=%d, nDivisor=%d, nResult=%d.\n'', nDividend, nDivisor, nResult) int main(int argc, char* argv[]) { int nDividend = 22; int nDivisor = 0; int nResult = 100; __try { printf(''Before div in __try block:\n''); VAR_WATCH(); nResult = nDividend / ...
Posted in Windows内核调试 by skyworth on 2008-06-22

« 首页 ... < 2 3 4 5 6 >
 
Legal Notice Privacy Statement Corporate Governance Corporate Governance
(C)2004-2020 ADVDBG.ORG All Rights Reserved.