搜索资源列表
winKernel-byWOWOCOCK
- 天书夜读(试读版),来自驱动开发网的大牛楚狂人与wowocock合写的Windows内核探索教程,主要介绍了对内核进行反汇编的一些基本知识及进行内核DIY如hook系统关键调用的介绍。是内核开发爱好者及黑客们的必备良品。
KmdTutCn
- KmdTut是一份以Win32汇编语言来开发Kernel mode驱动程序的教程,读者可以从http://www.freewebs.com/four-f/下载最新的英文版本,为了使用本教程,你还需要下载Kernel mode驱动程序开发包KmdKit,更多信息请参考http://www.wasm.ru/(很不幸,是俄文的,倒ing~~~) 0.2 关于KmdKit KmdKit的全称是Kernel Mode Driver development Kit for assem
T10-10.asm
- 杨季文 汇编教程 代码 ;程序名:T10-10.ASM ;功能: 演示使用分页管理机制
DMA.rar
- DMA教程,介绍了直接内存访问技术,提高系统速度,系统底层汇编编程,DMA tutorial introduces Direct Memory Access technology to improve system speed, the system underlying the compilation of programming
Kernel-programming
- 由汇编到内核编程,很不错的教程,建议阅读,有前人开发的心得体会-By the assembly to the kernel programming, very good tutorial, recommended reading, the development of feelings and experiences with previous
asmDrv
- 汇编写驱动的完整教程,深入浅出,共10章,包括通信,内存,注册表驱动开发-driver programming by assembly language