搜索资源列表
PrintMirror_new_1.5
- PrintMirror 1.5 可用版 VC6 + DDK-PrintMirror available version 1.5 VC6 DDK
UserManager
- Guest删除大师,可删除系统中的Guest账户。利用了著名的fu rootkit驱动。通过这个代码也展示了rootkit的正途,可以很好的管理系统的账户。界面也很漂亮。vc6+ddk环境
USBTOCOM
- DDK下虚拟串口驱动源代码.首先安装DDK2003,然后安装VC6++,对DDK的相关库进行编译
驱动开发
- 驱动开发环境搭建vs6.0+ddk 2600+windows xp+Driver Studio 3.2 2010-07-07 09:35 驱动开发环境之Windows XP DDK2600,VC++ 6.0, Driver Studio 3.2 神秘的驱动开发,神秘的WINDOWS内核,是什么把这些搞得这么神秘呢? 搭Windows驱动开发平台. 要安装的东西都有这些:在Windows XP的基础上,先装上VC++6.0,再装DDK2600(也就是DDK的XP版),最后装 Driver Stud
D12.dll
- 本人初学USB,使用的开发套件为周立功的"USB D12 SMART套件",参考书为《PDIUSBD12 USB固件编程与开发应用》。在学习过程中,发觉周立功提供的EasyD12.dll存在不少问题:如稳定性差,易出错,最可恶的是出错时会弹出那些提示窗口。于是,我萌发了自己编写一个DLL的念头。我在今年4月份开始着手做这项工作,断断续做了近2星期,都是利用晩上的时间做的,现在终于可以发布了。 相比周立功的EasyD12.dll,本人的MyD12.dll运行更加稳定、读写速度更
usb-serial
- vc6.0,ddk,DriverStudio环境下的wdm驱动程序,这是一个usb转串口的简洁的驱动程序,没有电源管理-vc6.0 ddk, the DriverStudio environment under the wdm drivers, this is a usb to serial simple driver, without power management
TouchDriver
- 一个WIN2K/WINXP平台的触摸驱动,内有详细设计文档,非常具有参考价值.使用VC6编译,需先安装DDK软件包.-A touch driver under windows platform, very valuable.
DDAppWiz
- 这个文件能用VC6.0调试DDK,解压后放在:你的VC6.0的目录\MSDev98\Bin\IDE。注意:VC6.0须放在根目录-This document can VC6.0 debugger DDK, after decompression on: VC6.0 your directory MSDev98BinIDE. Note: VC6.0 to be placed on the root directory
LoadNTDriver
- windows下加载驱动*.sys的源代码,经过VC6.0和DDK调试,可以正常使用,包内还有可以用来测试的SYS文件-windows under load*. sys driver source code, after VC6.0 and DDK debugger can be used normally have bag can be used to test the SYS file
DriverAB
- 在驱动开发中经常需要一个驱动程序调用另外一个驱动程序,本代码给出了一个同步调用实例和一个异步调用实例。实例中DriverA为一个标准驱动程序,作为“目标程序”,调用DriverA的驱动程序被命名为DriverB,本实例给出了DriverB调用DriverA的2种调用方式,在VC6和DDK环境下调试通过!-At-driven development often requires a driver to call another driver, give this code a synchronou
EasySYS_src_0.3.2.6.1
- [mod]EasySYS 0.3.2.6 for vs2005 改了份easysys, 在sudami ,ChiChou的基础上修改. 谢谢开源~~ 修复一个VC6 + DDK2003的bug 0.3.2.6 把MyZwDriverControl.c加到的TestApp里, 现在TestApp可以自己加载/卸载sys了(exe,sys得在同一目录) 0.3.2.5 支持WDK + Vista/2008 根据(DDK + OS)选择buil
Driver
- 搭建一个完整的Windows驱动开发环境Windows XP + VC 6.0 + WinXP_DDK + DriverStudio 3.2 .doc-Set up a complete development environment for Windows Driver Windows XP+ VC 6.0+ WinXP_DDK+ DriverStudio 3.2. Doc
DDK
- 驱动开发详解.自定义的VC6驱动向导. 1.集成前前6章的内容. 2.生成空的向导环境.-Detailed Driven Development. VC6 custom wizard-driven. 1. Integrated ago before the contents of Chapter 6. 2. The wizard to generate the environment space.
30minUSBdevice
- 开发USB驱动的经验,driver studio+VC6+DDK,很详细的介绍-USB driver development experience, driver studio+ VC6+ DDK, a very detailed descr iption
RecordCD
- CD抓轨,并可以转成MP3. 开发环境是VC6+WINDOWSS DDK来实现的,希望能给大家一点提示.-CD ripping, and can be converted to MP3. Development environment is the VC6+ WINDOWSS DDK to realize, and I hope to give us some tips.
vc6_DDK_driverstudiodeploy
- 驱动开发的环境搭配,vc6与DDK与DRIVERSTUDIO-Driven development environment with, vc6 with the DDK and DRIVERSTUDIO
VCPDDK
- vc6写的usb2.0上位机控制界面 ddk。全套-vc6 write usb2.0 host computer control interface ddk. Complete set
MzfHips
- 一个采用ssdt hook技术实现的hips,驱动使用ddk编译,应用层使用VC6.0编写的。-A technology used ssdt hook the hips, drive to use ddk compiler, written in the application layer using VC6.0.
USB_driver
- windows 下usb 驱动,运行优龙科技的fs2410开发板上所带的 usb芯片。-a driver for usb of udragon .this is have tested by vc6.0 and ddk(2006)
sockpool
- 采用封装IOCP的高端函数编写的SOCKET I/O模型,为了便于理解,所有功能封装在一个头文件中,入口函数只是简单调用而已,集成了一些关键功能,如SOCKET线程池,动态增删SOCK.快去编写你的高端高效服务器吧,WS2008编写,如果VC6要关联DDK winBase.H,否则一些函数不认识-Function using high-end package IOCP written SOCKET I/O model, in order to facilitate understanding,