当前位置:
首页
资源下载

搜索资源 - kernel debug windows
搜索资源列表
-
0下载:
A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-running computation, block while waiting for an event, or read files from the file system. Unlike kernel drivers, a user-space device driver can us
-
-
0下载:
s3c2440a jatg high speed debug
-
-
0下载:
WinDBG+VMware=调试内核,对想入门Windows驱动编程的人是不错的资料选择-WinDBG+ VMware = debug the kernel, the Windows driver programming to entry are a good choice of information
-
-
0下载:
DebugView is an application that lets you monitor debug output on your local system, or any computer on the network that you can reach via TCP/IP. It is capable of displaying both kernel-mode and Win32 debug output generated by standard debug print A
-
-
0下载:
ScDetective - Full Source
A kernel level Anti-Rootkit tool which runs on the windows platform.
## Basic information
- GUI : VS2008 - MFC
- Driver :VS2005 - ddkwizard
- DDK Version:7600.16385.1
- Debug : Windbg - VirtualKD - VMware
-
-
-
0下载:
通过操作windows内核,达到监视串口数据的目的。它不是串口 调试 程序,而是真正的 监视 程序!它不需打开串口(一般串口只能被一个程序占用),就可方便监视它方程序对任一串口发送与接收的数据,可设定数据类型为十六进制和ASCII码,并可方便地将数据保存成文本文件。
使用时先启动该程序并监视,然后运行您的串口程序,即可监视您程序对串口的每一个动作。
-By operating windows kernel to achieve the purpose of monitoring the
-
-
0下载:
WinDBG 是个非常强大的调试器,它设计了极其丰富的功能来支持各种调试任务,包括用户
态调试、 内核态调试、 调试转储文件、 远程调试等等。 WinDBG 具有非常大的灵活性和可扩展性,
用来满足各种各样的调试需求,比如用户可以自由定义调试事件的处理方式,编写调试扩展模块
来定制和补充 WinDBG 的调试功能。(WinDBG is a very powerful debugger, and it designs an extremely rich function to support
-
-
0下载:
windows下调试内核态和用户态代码,新手或老手都适用(Windows debug kernel state and user state code)
-