上一页 1 ··· 3 4 5 6 7
摘要: [代码] 阅读全文
posted @ 2009-07-12 21:24 Keosu 阅读(514) 评论(0) 推荐(0) 编辑
摘要: [代码] 阅读全文
posted @ 2009-07-12 21:06 Keosu 阅读(356) 评论(0) 推荐(0) 编辑
摘要: [代码] 阅读全文
posted @ 2009-07-12 20:43 Keosu 阅读(236) 评论(0) 推荐(0) 编辑
摘要: 主要:#include <tlhelp32.h> // 声明快照函数的头文件PROCESSENTRY32 pe32; // 在使用这个结构之前,先设置它的大小 pe32.dwSize = sizeof(pe32); HANDLE hProcessSnap = ::CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0); [代码] 阅读全文
posted @ 2009-07-12 20:32 Keosu 阅读(357) 评论(0) 推荐(0) 编辑
摘要: [代码] 阅读全文
posted @ 2009-07-12 20:27 Keosu 阅读(170) 评论(0) 推荐(0) 编辑
摘要: [代码] 阅读全文
posted @ 2009-07-12 20:25 Keosu 阅读(553) 评论(0) 推荐(0) 编辑
摘要: 主要函数:CreateEvent_beginthreadexWaitForSingleObjectCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--[代码] 阅读全文
posted @ 2009-07-12 20:09 Keosu 阅读(579) 评论(0) 推荐(0) 编辑
摘要: Normal 0 7.8 磅 0 2 false false false MicrosoftInternetExplorer4 Normal 0 7.8 磅 0 2 false false false MicrosoftInternetExplorer4 1、dd 命令:显示当前正在运行的进程的虚拟地址的内容,以 16 进制打印,默认打印 128 个字节,每行 16 个字节。 格式:dd addr... 阅读全文
posted @ 2009-07-09 14:35 Keosu 阅读(379) 评论(0) 推荐(0) 编辑
摘要: Windbg是微软开发的免费源码级调试工具。Windbg可以用于Kernel模式调试和用户模式调试,还可以调试Dump文件。 通过使用WMware虚拟一个操作系统还可以在一台机器上实现操作系统的调试。 1.从http://www.microsoft.com/whdc/DevTools/Debugging/default.mspx下载Install Debugging Tools for Windows 2.从http://www.microsoft.com/whdc/devtools/debugging/symbolpkg.mspx下载Windows Symbol Packages(注意版.. 阅读全文
posted @ 2009-07-08 23:23 Keosu 阅读(2118) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7