Welcome![Sign In][Sign Up]
Location:
Search - minifilter driver source

Search list

[Driver DevelopminiFilter

Description: miniFilter.rar所有框架代码以及对应的PPT资料,可以直接拿来进行修改即可完成各种驱动,是你开发微软新过滤构架驱动所必下资料-miniFilter.rar all the framework code as well as the corresponding PPT information, can be directly used to modify a variety of drivers to complete, your new filter framework for the development of Microsoft, will drive the next data
Platform: | Size: 419840 | Author: dt1985324 | Hits:

[Driver Developsource_code

Description: comcap Windows串口过滤驱动实例 ctrl2cap Windows键盘过滤驱动实例 ps2intcap 挂钩中断与IOAPIC型键盘过滤驱动实例 Kb_sniff_Mp 键盘sniff ramdisk_wdf 内存虚拟盘实例 DP 硬盘还原示例代码 sfilter 文件过滤静态库 sflt_smpl 文件过滤静态库使用例子 crypt_file 文件系统透明加密代码 minifilter minifilter实例代码 minifilter_app minifilter_dll tdi_fw TDI过滤静态库 tdifw_smpl TDI过滤静态库使用例子 ndisprot NDIS驱动实例1 ndisedge NDIS小端口驱动 passthru NDIS中间层驱动 另说明: inc(容纳生成的头文件) lib(容纳编译出的静态库)-comcap Windows serial filter driver instance ctrl2cap Windows keyboard filter driver instance ps2intcap interruptions and IOAPIC keyboard filter driver instance Kb_sniff_Mp keyboard sniff ramdisk_wdf memory instance of the virtual disk drive to restore the DP sample code sfilter paper filter paper filter sflt_smpl static library using the example of a static library files crypt_file system transparent encryption code minifilter minifilter example code minifilter_app minifilter_dll tdi_fw TDI filter static library tdifw_smpl TDI filter static library ndisprot NDIS driver using the example of an instance of 1 ndisedge NDIS Miniport Driver passthru NDIS Intermediate driver Another note: inc (to accommodate the generated header files) lib ( accommodate compile a static library)
Platform: | Size: 1101824 | Author: aaaaaa | Hits:

[Driver Developwindows_kernel_safe_source_code_

Description: 站长您好,我刚才上传时“source_code.rar”时,输入说明的时间很长,结果就被说成是没有登录,而且还忘了加上书名,现在我又加上了书名,请用这个吧。谢谢!希望给多开通下载数量哦! 《寒江独钓----windows内核安全编程》 的随书源代码(2009.6新书) comcap Windows串口过滤驱动实例 ctrl2cap Windows键盘过滤驱动实例 ps2intcap 挂钩中断与IOAPIC型键盘过滤驱动实例 Kb_sniff_Mp 键盘sniff ramdisk_wdf 内存虚拟盘实例 DP 硬盘还原示例代码 sfilter 文件过滤静态库 sflt_smpl 文件过滤静态库使用例子 crypt_file 文件系统透明加密代码 minifilter minifilter实例代码 minifilter_app minifilter_dll tdi_fw TDI过滤静态库 tdifw_smpl TDI过滤静态库使用例子 ndisprot NDIS驱动实例1 ndisedge NDIS小端口驱动 passthru NDIS中间层驱动 另说明: inc(容纳生成的头文件) lib(容纳编译出的静态库)-" Trees and fishing alone---- windows kernel security programming" with the book source code (2009.6 book) comcap Windows serial filter driver instance ctrl2cap Windows keyboard filter driver instance ps2intcap linked with IOAPIC interrupt keyboard filter driver instance Kb_sniff_Mp Keyboard sniff ramdisk_wdf memory instance of the virtual disk drive to restore the DP sample code sfilter paper filter paper filter sflt_smpl static library using the example of a static library crypt_file File System Transparent encryption code minifilter minifilter example code minifilter_app minifilter_dll tdi_fw TDI filter static library tdifw_smpl TDI static libraries use filtering example ndisprot NDIS driver instance of 1 ndisedge NDIS Miniport Driver passthru NDIS Intermediate driver Another note: inc (to accommodate the generated header files) lib (up to compile a static library)
Platform: | Size: 1050624 | Author: aaaaaa | Hits:

[Driver Developminifilter

Description: 《寒江独钓——Windows内核安全编程》“文件系统微过滤驱动”一章的源代码,该代码的主要功能是限制对应用程序“记事本”文件(notepad.exe)的操作,进而达到限制扩展名为txt等使用记事本程序来编辑的功能。 使用net start 驱动名称 net stop 驱动名称 这种方式来安装驱动-" Trees and fishing alone- Windows kernel security programming" " file system, micro-filter driver," a chapter of the source code, the code' s main function is to limit the application " Notepad" file (notepad.exe) operation, thereby txt extension limit is reached, such as using Notepad to edit the function of this procedure. Net start using the net stop drive drive name of the name in this way to install the driver
Platform: | Size: 35840 | Author: 张英霞 | Hits:

[Driver DevelopminiFilterSource

Description: 微型文件过滤驱动源代码,是学习文件过滤驱动的绝好参好资料-Micro-filter driver source code file, the file filter driver is an excellent learning good reference information
Platform: | Size: 104448 | Author: panda | Hits:

[Driver Developjiami_sys

Description: 首发一个曾打算商用的文档透明加密驱动代码,类minifilter.记得是可以正常对word加解密的,而且关键是完全脱离了MS复杂的(个人认为)minifilter源码。 用来商用是绝对不行的,自己用估计也要改改,但起码逻辑是挺清晰的,如果用来入门我觉得挺好的,当然自己完整改过minifilter的就不需要看了。 至于刷缓存和实现多缓存,这个就见仁见智了。我觉得两者如果都实现到可以商用这个级别的话,就是可以的。作为一名不资深人士,在阅读并操作过DMK和国内某专业厂家的纯刷缓存的产品之后,个人觉得不需要纠结了,只需要关注好产品本身就行了,至于如何实现,大可不必较真。毕竟,minifilter是MS官方的标准;layerfsd,也是经过OSR的长久验证的,两者都是可取的。-The first one had intended to the commercial document transparent encryption driver code class the minifilter. Remember normal word plus decryption key is completely divorced from the complex MS (personally think) minifilter source. Is definitely not used to commercial, with estimated have to be changed to change, but at least the logic is very clear, I feel very good if used entry, of course, a complete turn over minifilter do not need to read. As for the brush cache and multi-cache, this is a matter of opinion. I think both implement this level of commercial, is that you can. As a veteran in the read operation DMK and a professional manufacturer of pure brush cache products, personal think it is unnecessary tangle only need to focus on the good product on line, how to achieve, no need contests . After all, minifilter the the official standard MS layerfsd, and it took the long-term verification of OSR, both of which are desirable.
Platform: | Size: 27648 | Author: ljh | Hits:

CodeBus www.codebus.net