搜索资源列表
wdf_filter0
- 国内文件驱动编程知名人物蔡大侠的教程源代码,第一部分,主要实现对文件读写操作的拦截-domestic paper-driven programming eminent figures Cai heroes tutorials source code, the first part of the main document and write interception
SL811_hostUSBtest
- ARM主USB程序,在三星44B0上可以运行,-ARM main USB procedures, the Samsung 44B0 can run,
WebProtect
- 该程序可以防止网站主页被篡改,主体是使用ddk编写的驱动,由sysinternals.com上的filemon修改而来,是一个毕业设计。-procedures can prevent the website home page had been tampered with, the main use is the driving ddk prepared, sysinternals.com by the filemon amend the bill, a graduate design.
dvKrnlData
- 该代码为我学习winnt内核时所写,主要功能是在ring3下通过DeviceIoControl与驱动进行通信,获取内核的数据以及sdt,idt信息等。并实现了hook NtQuerySystemInformation函数来实现进程隐藏的功能-The code for the kernel, I am learning winnt wrote, Its main function is in ring3 through DeviceIoControl communication with the
tcxmaster
- 所谓固件,就是存储在程序内存中的程序,用以完成驱动程序无法完成的USB 芯片及外围芯片的初始化及控制工作[23]。USB固件程序设计是USB接口部分的主要工作,它的主要目的是:当USB设备连接到主机上时,主机可以发现新设备,然后建立连接并完成数据传输任务,也就是能够让Windows正常检测和识别USB设备。因此在USB固件程序中,最重要的工作就是USB描述符的定义和USB传输中断的处理。-called firmware is stored in the memory of the procedu
jiemian_huibian
- 界面汇编程序源代码.不错的程序.光带界面.主要内容磕自己添加-interface compiled program source code. Yes procedures. - Band interface. Knock their main contents added
driverdev_src2
- This the second tutorial of the Writing Device Drivers series. There seems to be a lot of interest in the topic, so this article will pick up where the first left off. The main focus of these articles will be to build up little by little the knowledg
comeml
- 一个主设备驱动程序绝对可用-a main device driver can be absolutely
主函数main中变量
- 主函数main中变量,C语言中的MAIN函数的具体详细的分析和用法-main function main variables, C MAIN function of the specific detailed analysis and usage
根据CPU等的温度来控制风扇转速
- 这是IBM thinkpad风扇控制软件tpfancontrol v020版,根据CPU等的温度来控制风扇转速,以确保风扇的寿命。主要调用了WINIO模块实现对底层的控制,This is IBM thinkpad fan control software tpfancontrol v020 version, according to CPU temperature, etc. to control the fan speed to ensure that the fan life. Call t
minifilter.rar
- 《寒江独钓——Windows内核安全编程》“文件系统微过滤驱动”一章的源代码,该代码的主要功能是限制对应用程序“记事本”文件(notepad.exe)的操作,进而达到限制扩展名为txt等使用记事本程序来编辑的功能。 使用net start 驱动名称 net stop 驱动名称 这种方式来安装驱动," Trees and fishing alone- Windows kernel security programming" " file system, m
ADSP2011Driver
- 从PCI板卡接收中断,然后以DMA的方式将板卡数据传至PC。 2.主要优点:内建DMA缓存,实时性好,中断发生140ns左右后数据即可上传,速率可到100MB/s。代码中有详细注释。该驱动已在Windows XP平台下通过测试。-Receive interrupts from the PCI card, then the DMA mode of data transmitted to the board PC. 2 main advantages: built-in DMA buffer, re
Phone_MT6225_USB_Driver
- Phone MT6225 USB Driver
NtCreateThread
- hookNtCreateThread 可以第一时间注入到目标进程,进程创建后,然后就好调用 NtCreateThread创建主线程-hookNtCreateThread the first time can be injected into the target process, the process is created, then create the main thread is like calling NtCreateThread
kbd_logger
- 个*器(附源代码),能够记录所有的按键信息,包括keyup。记录原始数据,可以通过模拟按键重现。需要vc9的运行库。没有编静态链接的版本。 主要流程: 1、向系统注册一个或者多个原始输入设备 2、在你注册的原始输入设备数据发生变化时,系统发送一个消息及新数据到你的进程 3、调用GetRawInputData或者GetRawInputBuffer来获取这些数据-A keyboard logger (with source code), to record all of the
WDM-R-W-IO-DRIVER
- 本驱动程序采用WDM驱动编写方式,主要功能是在Windows XP下能够向指定的I/O端口写入一个或多个字节,能够从指定的I/O端口读出一个或多个字节,能够同时支持多个用户程序。 测试程序的功能就是针对驱动程序的各项功能进行测试,看其是否能够正常运行。 -This driver is written using WDM driver mode, the main function is to be able to specify under Windows XP' s I/O po
shellcode
- 用于测试堆栈溢出的小程序,主要功能是弹出一个计算器-A small program used to test the stack overflow, the main function is to pop up a calculator
vc_usb
- 这个代码需要有一定基础的开发者阅读,特别是对如何识别USB设备及USB基本原理有一定了解的开发者比较适用。程序主要演示了如何编写高层应用与USB接口通信-This code need to have a certain foundation for developers to read, especially on how to identify the USB device and USB have a certain understanding of the basic principles
intrlv
- 一种交织方式,主要用于IDMA前端通信中-An intertwined manner, the main front-end communications for IDMA
ProgrammingtheMicrosoftWindowsDriverModel(2nd)
- This book explains how to write device drivers for the newest members of the MicrosoftWindows family of operating systems using the Windows Driver Model (WDM). In this Introduction, I ll explain who should be reading this book, the organization of th