搜索资源列表
telecard
- ic电话卡读写器程序,用pascal编写,有详细说明,不过是英文的,还有读写器连接图。-ic calling card reader program, pascal prepare a detailed note, but is in English, there is a connection of the reader.
copier_src
- 说明: 需要安装ddk2k ddkxp才可以编译运行. 虚拟打印机驱动程序-Note : the need to install ddk2k ddkxp compiler can run. Virtual Printer Driver
基于iic总线的PCF8563程序
- 这是基于IIC总线的PCF8563的程序,里面说明很详细的!-This is based on the IIC bus PCF8563 procedures, very detailed note inside!
ODBCSelectExample
- 实例有关说明: 数据源:本实例使用的数据源在本章实例MyOdbcSmpl目录中,数据源为ACCESS数据源,数据文件为Mydb.mdb。请根据本章2.4.1创建ODBC数据源中所指示的ODBC数据源管 理器(ODBC32.exe)来创建和配置数据源MyDB(也可以命名为其他名称)。 执行结果:本章实例的执行结果MyOdbcSmpl目录中的可执行文件MyOdbcSmpl.exe。在数据源中选择刚配置的MyDB,在数据表或视图中选择要查询的表或视图,选择查询的列,如果有查询条件,请在查询条件
WDM_WMISample
- 糸统管理WMI驱动源码,完整的源代码,可以直接使用!注意,我所上载的源码为了减少文件大小,都去除了ClassInfo恋恋文件的,但是,还是可以用VC打开文件目录结构!-service could drive WMI management source, the integrity of the source code, can be used directly! Note that I have uploaded the source code in order to reduce file s
attach
- 向EXE程序插入自己的代码。特别说明:本代码不得用于非法目的。-procedure to insert their own code. Special Note : This code should not be used for illegal purposes.
DDK_MinDriver
- 说明:这个驱动程序是一个最小化的驱动程序,它仅仅只有入口函数和退出函数-Note : This driver is a minimization of the driver, it only functions only entrance and exit function
eeyebootroot.zip
- 一个基于MBR的bootkit,主要功能是实现NDIS的后门技术,接受固定格式的数据包而实现主机红屏。,The eEye BootRootKit NDIS backdoor is a demonstration of boot-time Windows kernel subversion technology. The assembly source code (ebrk.asm) was written for use with MASM 6.11. It comes in pre-pac
drivebell.rar
- 驱动预安装及卸载通用,通过脚本文件配置 (包括inf,sys,cat文件名,service名等)。 注:此方法安装时不需要插上设备,但卸载时必须插上设备,Driver pre-installed and uninstalled General, through the configuration scr ipt file (including the inf, sys, cat file name, service name, etc.). Note: This method does no
windows_kernel_safe_source_cod
- 站长您好,我刚才上传时“source_code.rar”时,输入说明的时间很长,结果就被说成是没有登录,而且还忘了加上书名,现在我又加上了书名,请用这个吧。谢谢!希望给多开通下载数量哦! 《寒江独钓----windows内核安全编程》 的随书源代码(2009.6新书) comcap Windows串口过滤驱动实例 ctrl2cap Windows键盘过滤驱动实例 ps2intcap 挂钩中断与IOAPIC型键盘过滤驱动实例 Kb_sniff_Mp 键盘sniff ramdisk_
MTD
- MTD说明 Flash底层驱动设计 nand底层驱动设计-MTD note Driven Design NAND Flash bottom bottom Driven Design
Fax
- 功能:传真演示程序。 版本:Ver2.2。 其具体操作过程如下: 1)设置好所发(收)传真文件(可以设置从指定页开始收发文件)。(收传真还需设置存放文件路径) 2)拨号,摘机后播放提示音,选择收发传真操作。 3)开始收(发)传真。 4)操作结束,挂机。 需要注意的是如需加发文件,则需要在传真已经开始以后再加发文件。且加发文件格式应与已在发文件格式相同。如在发文件是Fax文件,则只能加发Fax文件;如在发文件是Tif文件,则只能发Tif文件。 -Fu
source_code
- comcap Windows串口过滤驱动实例 ctrl2cap Windows键盘过滤驱动实例 ps2intcap 挂钩中断与IOAPIC型键盘过滤驱动实例 Kb_sniff_Mp 键盘sniff ramdisk_wdf 内存虚拟盘实例 DP 硬盘还原示例代码 sfilter 文件过滤静态库 sflt_smpl 文件过滤静态库使用例子 crypt_file 文件系统透明加密代码 minifilter minifilter实例代码 minifilter
DDK_Driver
- DDK相关文档,对DDK的安装及底层驱动有相关说明-DDK documentation on the installation and the bottom of DDK driver related note
wndsinfo
- 从驱动中获取窗口信息,仅供参考.其中有些硬编码在不同版本下需要修正,请注意,不能直接生吞活剥。-Window from the driver to obtain information, for reference purposes only. Some of them hard-coded in the different versions of the need to amend, please note that should not directly生吞活剥.
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
EDA100B-IIIshiyangzhidaoshu
- EDA100B-III实验指导书,里面含有EDA的实验说明介绍-Experimental EDA100B-III guide book, which contains experimental note EDA
oney2
- 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
53607944driver
- 一个最简单的驱动程序,就像其他的可执行程序一样,每个驱动程序也有一个入口点, 这是当驱动被装载到内存中时首先被调用的,驱动的入口点是DriverEntry过程(注:过程也就是子程序), DriverEntry这个名称只是一个标记而已,你可以把它命名为其他任何名字--只要它是入口点就行了。-One of the most simple driver, just like other executable programs, each driver has one entry point,
ProgramingTheWindowsDriverModel(2nd)
- 作者Walter Oney 本书介绍了如何使用Windows驱动模型(WDM)为Microsoft的Windows家族的新成员开发设备驱动程序。-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 Introdu