搜索资源列表
user
- 用户态与内核态的通信,是windows内核的ring3与ring0 的通信
《ROOTKITS——Windows内核的安全防护》源码.rar
- 书中的源代码,比较好
svchostSource
- SVChost源代码,根据windows内核编程一书的例子所改,是学习svchost进程的参考资料-SVChost source code, according to the windows kernel programming book example of the change, is a reference to learn svchost process
windows-Nt
- windows内核nt函数,包括函数原型,参数列表,功能以及参数设置-windows nt kernel functions, including function prototypes, parameter list, function and parameter setting
wrk
- 根据微软wrk制作的帮助文档,里面有微软上千个内核函数的内部说明,非常详细,是驱动编程开发人员的绝好资料。-microsoft wrk documentation,include million of kernel function descr iptions, very detail, is device driver developer s best document.
rookits
- Windows内核的安全防护源代码,收集有13款内核安全防护的工程。并且rootkits运用技术也不相同。-Windows kernel security protection the source code, and the collection of 13 kernel safety protection engineering. Rootkits and use technology is not the same.
MD5encry
- WINDOWS内核函数的通用虚拟地址地址一览表MD5加密工程-WINDOWS core function of the common virtual address Address List MD5 encryption works
sysklogd-1.4.1
- linux下记录系统日志代码以及记录内核日志代码-Record linux system log under the code, as well as core log record code
WindowsKernelAnalysis
- 比较详细的Windows内核分析,对windows下的安全开发有帮助。-More detailed analysis of the Windows kernel, the security of the development of windows help.
DelphiWindowshexinbiancheng
- 本书是一本介绍Windows核心技术及高级技巧的专著。从系统内核编程出发,使用大量的例子帮助读者理解这些编程技术,讲述了线程同步及隐藏、系统钩子深入分析、读写物理磁盘的关键技术、读写物理内存和其他进程内存的核心技术、Windows 9x下调用16位实模式和保护模式代码的核心技术、直接读写端口技术、可执行文件加壳的技巧、PE结构分析、Ring0的实现、Windows API截取技术、屏幕取词技术等方面的内容。全书对热点源代码进行了深入剖析和讲解,同时本书汇聚了作者利用Soft-ICE跟踪调试经验,
ngdbg
- 俄罗斯人开发的windows内核态调试工具,很强大。-The development of Russian windows kernel-mode debugging tool, very strong.
UndocumentedWindows2000
- 本书介绍了windows内核机制,不过我觉得最有用的部分还是内存管理.现在嵌入式开发越开越多,但是内存管理并不是很理想.本书的内存管理是很不错的.-Memory manager for os system
WINDOWS
- WINDOWS内核试验教程工具和源码.rar
FromASM_to_Windows_Kernel
- 天书夜读-从汇编语言到Windows内核编程.pdf-Double Dutch night reading- from assembly language to the Windows kernel programming. Pdf
filter
- 关于过滤的相关论文以及windows内核NDIS函数的书籍-Related papers on the filter and the NDIS function windows kernel books
WindowsInternals-4e
- windows 内核的说明文档,比较难懂,需要一定基础-windows kernel documentation, more difficult, requires a certain base
Tan_Wen_Windows_Kernel_Security_Programming
- 本资源是谭文《寒江独钓-Windows内核安全编程》随书光盘中的源代码,代码中包含串口过滤、键盘过滤、磁盘虚拟、磁盘过滤、文件系统过滤与监控、文件系统透明加密、文件系统微过滤驱动、网络传输层过滤、NDIS协议驱动等内容,是学习Windows内核安全编程的实用参考。-This resource is TAN " painting by the Security-Windows kernel programming" CD with the book' s source co
windows-kernel-a-driver-model
- windows 内核与驱动编程模型,win2000未公开的资料-the windows kernel driven programming model, win2000 undisclosed information
Windows-booting
- Windows 引导过程 Windows 内核中的各个组件和各种机制在起作用以前,必须首先被初始化。此初始化工作是在系统引导时完成的。当用户打开计算机的电源开关时,计算机便开始运行,但操作系统并不立即获得控制权,而是BIOS 代码首先获得控制,它执行必要的硬件检测工作,并允许用户通过一些功能键来配置当前系统中的硬件设置,甚至诊断硬件问题,然后才将控制权交给操作系统。
Windows文件系统过滤驱动开发教程
- 学习windows内核编程时,查找的相关资料,Windows文件系统过滤驱动开发教程(Windows file system filter driver development tutorial)