CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - filter driver

搜索资源列表

  1. tdi_fw

    0下载:
  2. 一个微型网络过滤驱动,适合进行网络安全研究的朋友。-A micro-network filter driver for the network security research friends.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:73383
    • 提供者:yudong
  1. usbdiskencrar

    0下载:
  2. 主要是U 盘加密的。可以对U盘 进行加密,是一个难得的例子-Files Descr iption: DD\EDDrv.c: The on-the-fly encryption/decryption filter driver. DD\EdDrv.h: Main header file for the above. DD\IoctlCmd.h: Containing the IOCTLs for the driver. DD\EdDrv.lib: The library fi
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-22
    • 文件大小:6766943
    • 提供者:kennethroger
  1. FileDisk

    0下载:
  2. 文件过滤驱动学习的好资料。FileDisk源代码-File filter driver to learn the good information. FileDisk source code
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-25
    • 文件大小:51132
    • 提供者:cradiator
  1. filter

    0下载:
  2. 采用MAX262实现的程控滤波器,里面有MAX162的驱动,还有160128的液晶驱动。采用C8051F020开发-Program-controlled filters using MAX262 to achieve, which have MAX162 driver, as well as 160,128 of the LCD driver. Using C8051F020 Development
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:165811
    • 提供者:linhai
  1. LinuxFilter

    0下载:
  2. 此代码实现Linux(Fedora系列)磁盘过滤驱动功能,可以实现对Linux操作系统的数据保护功能-Linux Disk Filter driver
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:116571
    • 提供者:qiuxueyuan
  1. U

    0下载:
  2. 采用内核层过滤驱动技术,实现对U盘的监控-Kernel level filter driver technology used to realize the control of the U disk
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-31
    • 文件大小:52872
    • 提供者:dongnx
  1. fl_of_keya

    0下载:
  2. WINDOWS过滤驱动 捕捉键盘按键事件 识别并将其转换成另一按键 如cap lock -> ctrl-WINDOWS keyboard filter driver to capture key events identified and converted into other keys such as the cap lock-> ctrl
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:7932
    • 提供者:扬威
  1. FilterTdiDriver

    0下载:
  2. 传输层过滤驱动:FilterTdiDriver-Transport Layer Filter Driver: FilterTdiDriver
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-24
    • 文件大小:14884
    • 提供者:jiangshangwei
  1. load_images

    0下载:
  2. load images recognition emotion for facial driver emotions stste
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1054
    • 提供者:suraya
  1. FsFilter

    0下载:
  2. Windows文件系统过滤驱动的撰写范本,提供基本的架构-Windows File System Filter Driver code sample
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-28
    • 文件大小:9649
    • 提供者:Ybemf Chen
  1. driver

    0下载:
  2. 是几个驱动过滤过滤的代码整理,详细请下载-Is the number of code-driven filter filter order, details please download
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-26
    • 文件大小:267757
    • 提供者:cracktan
  1. irpinfo

    0下载:
  2. 在过滤驱动程序创建IRP查询文件信息,DDK,文件过滤驱动-In the filter driver creates IRP query the file information, DDK, file system filter driver
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:19475
    • 提供者:刘茂典
  1. Linux_fileEncryption

    1下载:
  2. linux下的文件过滤驱动,附带详细的报告,很简单的实现,但是功能齐全,有兴趣的可以学习一下。-file system filter driver under linux, with a detailed report, it is easy to achieve, but fully functional, interested to learn about.
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-03-11
    • 文件大小:144068
    • 提供者:zz
  1. file

    0下载:
  2. FILEMON基础上添加 得出文件过滤驱动代码-FILEMON Add obtained based on the file system filter driver code
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-06
    • 文件大小:7603
    • 提供者:DEF
  1. chap25

    0下载:
  2. In this chapter, you’ll n get an overview of capture under VFW and DirectShow n understand the internal workings of the sample video capture filter, which wraps any VFW driver and n learn how to access the new capture interfaces from your ap
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-31
    • 文件大小:173500
    • 提供者:syamkrishnan
  1. Windows_file_system_filter_driver

    0下载:
  2. 大约两年以前我在驱动开发网上发表了一组描述如何开发Windows文件系统过滤驱动的文章。非常庆幸这些文章能给大家带来帮助。 原本的文章中我使用了自己编写的代码。我不打算在这里论述代码风格的优劣并发起一场辩论,无可怀疑的是,读者们大多喜欢看到类似微软范例的代码。为此我把文章中的代码换成微软标准的文件过滤驱动范例sfilter的代码。赠于喜欢此书的读者和驱动开发的后来者们。 网友们帮我整理的原版已经非常流行。为了区别起见,称为第二版。 ,-About two ye
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-03
    • 文件大小:508685
    • 提供者:wang
  1. PnpTest

    0下载:
  2. 过滤驱动禁用PC机的各种设备,包括蓝牙,红外线,USB设备,光驱设备,PCMCIA卡,调制解调器,打印机,串口与并口,软驱,智能卡阅读器,1394设备,扫描仪,磁带,网络适配器,有bug联系qq:284582241-Filter driver to disable PC-devices, including Bluetooth, infrared, USB devices, optical devices, PCMCIA cards, modems, printers, serial and p
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-29
    • 文件大小:32526
    • 提供者:
  1. filemon4.34.RAR

    0下载:
  2. 文件过滤驱动,完整源码,非常强悍,可惜不是我写的,某牛人写的-File filter driver, complete source code, very tough, unfortunately not mine, who wrote a cow
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-25
    • 文件大小:509594
    • 提供者:杨靖
  1. KiLogr-V02

    0下载:
  2. Filter Driver,Keylogger rootkit
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-01
    • 文件大小:315044
    • 提供者:n3m0
  1. msfilespy

    0下载:
  2. 文件过滤驱动中的信息查看程序,开发文件过滤驱动的必备参考资料。-File system filter driver information in the viewer, file filter driver development essential reference.
  3. 所属分类:File Operate

    • 发布日期:2017-04-16
    • 文件大小:113206
    • 提供者:曹成
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 22 »
搜珍网 www.dssz.com