搜索资源列表
processmon
- 在windows2000下面的一个进程监视驱动,可以监视所有进程的创建和关闭。使用了微软未公开的函数。-This is a proccess monitor driver for windows2000,it can monitor all proccess created or closed. This source code uses function not open to pulblic of microsoft!
闪盘窥探者
- 这是一个可以在后台偷取你闪盘里所有资料的小软件。只要你的闪盘一插上,所有的东东都被悄悄拷走.代码开放.-This is a steal in the background can you flash Lane all the information to a PC. If you stuck a flash, all the Eastern residences have been quietly away. Open code.
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
USB通讯协议
- USB驱动协议的简化版。如果你想打开一个USB管道,你首先要知道这种USB设备的GUID和管理道名称,获取句柄以后就可以使用ReadFile/WriteFile进行读写了!-USB drives a simplified version of the agreement. If you want to open a channel USB, you must first know the GUID USB devices Road names and management, acquisitio
DEVICECHANGE 控制光驱是否可以打开
- 使用DeviceIoControl控制光驱是否可以打开(达到按前面板上的按钮打不开光驱的目的,或者说锁定光驱),还可以让光驱盘符不可见。-Use DeviceIoControl control can open the drive (by front panel buttons to open The purpose of CD-ROM, CD-ROM or locked), you can also make CD-ROM drive is not visible.
LoadDriver
- 可加载、卸载、打开、关闭驱动,帮助驱动开发人员测试、验证驱动程序。-Can load, unload, open, close the drive, helping drive developers to test, verify drivers.
LogicalDriver
- 自动寻找可移动设备,并用默认浏览器打开。-Mobile devices can automatically find and use the default browser to open.
ResolveSP3Problem
- 安裝 winxp sp3 後,我的電腦右鍵無法開啟裝置管理員與服務的問題解決-Winxp sp3 installed, my computer can not open Device Manager Right and services to solve the problem
CDcontrol
- 可以用于光驱的打开,关闭,运行等功能的控制程序-Can be used to drive the open, turn off, run the control procedures and other functions
openANDclose
- 可以打开软件用鼠标点击就可以实现弹开与关闭光驱,非常简便实用!-Open the software can use the mouse to click on the bounce can be achieved with the closure of drive, very simple and practical!
vcap
- 一个简单点的视频捕捉VC++实例源代码,VC6++编译通过,因本机没有安装摄像头,所以没有捕捉到视频,从程序运行来看,如果你电脑装有摄像头及驱动程序的话,打开本程序后它应该会显示摄像头的视频,然后点击“录像”按钮就可捕获视频了。-A simple point of the video capture VC++ example source code, VC6++ compiler is passed, because the machine did not install the camera,
Vtest
- 这个视频捕获程序可以自动检测你的视频设备,然后会弹出询问对话框,在你正确安装了设备和驱动程序之后,打开此软件,它就可以捕获视频图像,而且还可以调节视频参数、保存为AVI格式等。-The video capture program can automatically detect your video device, and then ask the dialog box will pop up in your device properly installed and drivers, open
33753142Dskprobe
- 直接读磁盘扇区的字节,可以打开物理磁盘、逻辑磁盘-Bytes read disk sectors directly, you can open the physical disk, logical disk
DriverVirus
- 实现了底层的自我保护和读写注册表功能,编译后ESET NOD32会报病毒-.LOG 13:12 03-9-14 Version 0.1 can write register when program is run. 13:23 03-9-15 Version 0.11 same as v0.1, but reprogrammed by asm, and only use one export symbol : IoCallDriver 8
filesys
- Windows系统文件过滤驱动源代码. 采用Windows 2000 DDK开发. 可修改文件Create, Open, Write, Read, Flush, Cleanup, Close例程. 参考此代码可实现文件加密,文件监控,版权保护等特殊文件操作. -Windows system file system filter driver source code. Using Windows 2000 DDK development. Can modify the file C
EPROCESS_ActiveProcessLinks
- 这个EPROCESS结构在ntddk.h中有定义,但是并未给出具体的结构,因此要得到EPROCESS中一些重要的成员变量,只能通过偏移的方法,比如PID,ImageName等.这些偏移可以在Windbg中dt _EPROCESS得到,但是不公开感觉还是不爽,而且这东西在不同的系统版本中不一样,如果要兼容的话,就必须先判断操作系统版本,遍历EPROCESS中的进程-The ntddk.h EPROCESS structure are defined, but did not give a spec
MFC
- 一款可以打开光驱的小程序,用MFC编写,界面化-A small program that can open the drive, with the MFC write, the interface of
DRIVER
- lpc1768的驱动开发源码,项目实践过,可用-lpc1768 driven open source project practiced, can be used
pci9054_dll
- 该应用程序调用pci9054驱动程序,实现pci板卡到PC机的数据传输,并在磁盘存盘。 2.主要优点:增加了本进程的工作集,开了较大的缓存,能用于大量突发数据的实时性传输。使用文件映射的方式写盘,速度很快。 3.使用方法:在你自己的应用程序中直接显式的或隐式的调用该DLL即可。该程序已在windows XP平台上测试通过 -The application calls pci9054 driver to achieve the pci card to a PC data transfer and
中间层驱动编程设计
- 资源里提供了一个PDF文件,和一个打开该文件所需的密码,文件内容为介绍网络中间层驱动的工作原理和系统的讲述网络中间层驱动的编程步骤,只需按文件步骤操作,就可轻松学习驱动编程。希望该课件对学有所需的同学们有用!-Resources to provide a PDF file, and a password required to open the file, the contents of the file only by file step to introduce the programmin
