Description: dd1压缩包里面是驱动源码
console压缩包里面是控制台源码
hide.exe是最终产品
使用方法:
1、将hide.exe复制到系统目录
2、运行cmd
3、hide -h 查看帮助
hide -i 安装驱动
hide -u 卸载驱动
hide -f -a filename 添加一个隐藏文件
by boywhp 07/09/03
Email:boywhp@126.com-DD1 compression driver source package which is inside the console is a console cabinet is the ultimate source hide.exe products to use: 1, will hide.exe copied to the system directory 2, run cmd3, hide-h Show help hide-i install Drive hide-u uninstall driver hide-f-a filename to add a hidden files by boywhp 07/09/03Email: boywhp@126.com Platform: |
Size: 112640 |
Author:xixuer |
Hits:
Description: 实现对文件系统访问的完全控制只有通过过滤驱动技术。介绍了Windows NT 文件
系统驱动和过滤驱动原理、过滤驱动的几种用途以及如何加载一个过滤驱动,设计并实现了一个
控制USB 设备的过滤驱动实例。-Implementation of file system access only through the full control of filter drive technology. Introduction of the Windows NT file system driver and filter driver principle, filter driven several uses and how to load a filter driver, design and implementation of a control USB device filter driver example. Platform: |
Size: 43008 |
Author:曾经如此 |
Hits:
Description: 这是《寒江独钓——Windows内核安全编程》配书光盘,源码包括:Windows串口与键盘过滤驱动、Windows虚拟存储设备与存储设备过滤驱动、Windows文件系统过滤驱动、文件系统透明加密/解密驱动、Windows各类网络驱动(包括TDI过滤驱动及3类NDIS驱动),以及最新的WDF驱动开发模型-This is the " Snowy River fishing alone- Windows kernel security programming" book with CD-ROM, source code, including: Windows serial port with the keyboard filter driver, Windows virtual memory storage device and filter device driver, Windows file system filter drivers, file system transparent encryption/decryption drive, Windows all types of network drives (including the TDI filter driver and 3 NDIS driver), as well as the latest model-driven development of the WDF Platform: |
Size: 2040832 |
Author:lq7972 |
Hits:
Description: 标准的文件过滤驱动范例
描述如何开发Windows 文件系统过滤驱动的文章-Standard filter paper describes an example of how to drive the development of Windows file system filter driver articles Platform: |
Size: 508928 |
Author:lcy |
Hits:
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:
Description: 大约两年以前我在驱动开发网上发表了一组描述如何开发Windows文件系统过滤驱动的文章。非常庆幸这些文章能给大家带来帮助。
原本的文章中我使用了自己编写的代码。我不打算在这里论述代码风格的优劣并发起一场辩论,无可怀疑的是,读者们大多喜欢看到类似微软范例的代码。为此我把文章中的代码换成微软标准的文件过滤驱动范例sfilter的代码。赠于喜欢此书的读者和驱动开发的后来者们。
网友们帮我整理的原版已经非常流行。为了区别起见,称为第二版。
,-About two years ago I made the drive to develop internet describing how to develop a set of Windows file system filter driver article. Very fortunate to bring these articles to give you help. The original article I used to write your own code. I do not intend to discuss here the code style and launch a debate on the merits, no doubt that most readers like to see something similar to Microsoft' s example code. To this end I replaced the code in the article Microsoft standard file system filter driver example sfilter code. Gifts to love this book readers and those who drive the development of later. Friends who helped me organize the original has been very popular. For the sake of distinction, called the second edition. , Platform: |
Size: 508928 |
Author:wang |
Hits:
Description: 文件系统过滤驱动程序,拦截读写操作,测试程序下载驱动时,Createservice,startservice出错,Createservice出错码有时报1072,有时报1073,startservice出错码有时报1,有时报183,还有就是那测试驱动程序中,对应的驱动名,与驱动路径有什么要求吗,驱动名是不是就是驱动程序中创建符号链接中的WCHAR deviceLinkBuffer[] = L"\\DosDevices\\Filemon"驱动名是不是就是Filemon。测试程序中下载驱动的时候驱动名是不是就是Filemon,驱动路径的要求我看文档一般用相对路径简单点,假设我的驱动文件放在当前测试代码项目的上一级目录,那我可以直接#define DRIVER_PATH "..\filem.sys",我的测试代码如下,急求各位大侠帮忙-File system filter driver, blocking read and write operations, when the test program to download drivers, Createservice, startservice error, Createservice error code 1072 with Times has Times 1073, startservice error code with Times 1, are 183 times, and that is the test drive program, the corresponding driver name, and what requirements you drive path,
Platform: |
Size: 97280 |
Author:查善君 |
Hits:
Description: 最近在做文件系统过滤驱动,除了驱动外还要做几个应用层的服务程序,SRVINSTW.EXE过程太繁琐;InstDrv.exe仅支持驱动的安装;微软提供的InstallUtil仅支持命令行……
因此自己做了一个同时支持服务和驱动的一键安装工具。
支持文件拖拽,并根据文件类型自己识别服务类型;
支持安装“软件服务”、“文件系统驱动”、“驱动程序”;
-In file system filter driver, we need to do a few application-layer service program in addition to driving, SRVINSTW.EXE process is too cumbersome InstDrv.exe only support the installation of the driver InstallUtil provided by Microsoft only supports command line ... so own support services and drive one-click installation tool. Support drag and drop files, and file types to identify the type of service to support the installation of software services, file system driver, the driver " Platform: |
Size: 367616 |
Author:Henry |
Hits:
Description: windows 系统文件过滤驱驱动以及测试程序源代码。值得研究.
-The windows system file filter driver drive and test program source code. Is worth studying. Platform: |
Size: 701440 |
Author:海的 |
Hits:
Description: 介绍文件系统过滤驱动的开发教程, 文件系统驱动是windows 系统中最复杂的驱动种类之一。本文介绍了这种驱动的特点以及展示了开发过程。并简单说明了驱动的安装、卸载流程。-The file system filter driver development tutorial, the file system driver is driving species is one of the most complex in Windows system. This paper introduces the characteristics of the drive and display the development process. And a brief description of the driver installation, unloading process. Platform: |
Size: 509952 |
Author:梵蒂冈 |
Hits:
Description: 1.将压缩包里的keyword.mdb放到C盘根目录 keyisapi.DLL任意目录,给予EVERYONE权限
2.web目录为在线管理系统.弄个域名解析到本目录.注意切勿把筛选器添加到本网站的ISAPI筛选器下.
3.打开IIS——网站——属性——ISAPI筛选器——添加——输入自己喜欢筛选器名称并选择可执行文件到keyisapi.DLL
4.C盘下的keyword.mdb为非法文字数据库.切勿更改名称.-1. The compressed bag keyword.mdb into the root directory of C keyisapi.DLL any directory, permission to give EVERYONE
2.web directory for the online management system to get hold of DNS catalog. Be careful not to add to the filter under the Site ISAPI filter.
3. Open IIS website- Property ISAPI Filter- Add- Enter your favorite filter name and the executable file to keyisapi.DLL
keyword.mdb 4.C drive under illegal text . Do not change the name. Platform: |
Size: 63488 |
Author:ye yu |
Hits:
Description: DirectShow是微软公司在ActiveMovie和Video for Windows的基础上推出的新一代基于COM(Component Object Model)的流媒体处理的开发包,与DirectX开发包一起发布。DirectShow使用一种叫Filter Graph的模型来管理整个数据流的处理过程,运用DirectShow,我们可以很方便地从支持WDM驱动模型的采集卡上捕获数据,并且进行相应的后期处理乃至存储到文件中。这样使在多媒体数据库管理系统(MDBMS)中多媒体数据的存取变得更加方便。它广泛地支持各种媒体格式,包括Asf、Mpeg、Avi、Dv、Mp3、Wave等,为多媒体流的捕捉和回放提供了强有力的支持。(DirectShow is Microsoft Corp's ActiveMovie and Video for Windows based on the launch of a new generation of COM (Component Object Model) streaming media development package, and DirectX development kits released together. The process, DirectShow uses a Filter Graph model to manage the entire data stream using DirectShow, we can easily drive the model from the support WDM card to capture data, and the corresponding post processing and storage to a file. As a result, access to multimedia data becomes more convenient in a multimedia database management system (MDBMS). It supports a wide variety of media formats, including Asf, Mpeg, Avi, Dv, Mp3, Wave and so on. It provides strong support for the capture and playback of multimedia streams.) Platform: |
Size: 31692800 |
Author:手のひらの桜
|
Hits: