软件调试
分享软件调试相关文章
sankernel
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
使用windbg分析PE导入表(INT IAT)
Microsoft (R) Windows Debugger Version 10.0.18362.1 X86 Copyright (c) Microsoft Corporation. All rights reserved. CommandLine: C:\Windows\SysWOW64\notepad.exe ************* Path validation summary ...原创 2020-03-04 21:08:57 · 1468 阅读 · 0 评论 -
PE目录项-导出表(二)以USER32.dll为例
USER32.dll IMAGE_EXPORT_DIRECTORY 0:001> lmDvmUSER32 Browse full module list start end module name 77970000 77ab7000 USER32 (deferred) Image path: X:\windows\SysWOW64\USER32.dll Ima...原创 2020-02-14 20:48:00 · 717 阅读 · 0 评论 -
Debugging Managed Code Using the Windows Debugger
You can use the Windows debuggers (WinDbg, CDB, and NTSD) to debug target applications that contain managed code. To debug managed code, you must load the SOS debugging extension (sos.dll) and a data ...转载 2020-02-11 17:30:25 · 288 阅读 · 0 评论 -
windbg .Net managed code debug
open executable… 0:000> sxe ld clr 0:000> g 0:000> .loadby sos clr 0:000> !help bpmd !BPMD [-nofuturemodule] [] !BPMD : !BPMD -md !BPMD -list !BPMD -clear !BPMD -clearall !BPMD provide...原创 2020-02-11 16:09:54 · 355 阅读 · 0 评论
分享