搜索资源列表
ProtectFiles
- 以filemon开源代码为模板,加以修改,增加界面控制程序,可以添加指定文件加以保护(禁止被shift+del删除)。
DuplicateHandle
- 使用DuplicateHandle DOS界面 可以查询当前开启文件句柄 将文件句柄插入到系统进程 保护文件不被删除 接触保护功能几个选项 有源码 能运行
filesystemdriver
- 文件系统过滤驱动开发代码,可用于文件加密,保护硬盘数据的安全。-File system filter driver development code, can be used for file encryption to protect the hard disk data security.
HideDir
- 隐藏文件,防止重要文件显示在系统中,从而对文件实现了隐藏和保护-hide the file
inline
- inline hook NtSetInformationFile 保护目录或文件-inline hook NtSetInformationFile
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
RootKit_pediy
- 来自看雪的RootKit的学习与研究专题的电子书。 Rootkit是什么?估计很多朋友并不明白,简单的说,Rootkit是一种特殊的恶意软件,它的功能是在安装目标上隐藏自身及指定的文件、进程和网络链接等信息,比较多见到的是Rootkit一般都和木马、后门等其他恶意程序结合使用。Rootkit通过加载特殊的驱动,修改系统内核,进而达到隐藏信息的目的。技术是双刃剑,我们研究它的目的在于,透过我们的研究,用这项技术来保护我们的系统,使我们的系统更加健壮,充分发挥这个技术的正面应用。-RootKit
try
- 实现文件的隐藏,禁止删除,复制,修改应用windowsXP+DDK6.0完成-File protection system
file-filter-driver
- 文件过滤驱动程序源代码,可用于文件保护。-File filter driver source code, can be used for file protection
file-filter-driver
- 文件过滤驱动DOC详解,讲述了各种文件过滤及保护机制,IRP消息的传递,最后面还附了部分网络及其他类型过滤驱动简介。-DOC, file system filter driver, explain about file filtering and protection mechanisms, the IRP message passing, the final surface is also attached to the Introduction of a part of the networ
ProtectFs
- 找人订做的文件保护驱动.完美支持windows2000,2003,xp,vista,win7. 可以对指定文件/文件夹设置隐藏,只读,防删除. 还支持设置例外进程.-Find man-made file protection drive. Perfect support for windows2000, 2003, xp, vista, win7. Can specify the file/folder settings hidden, read-only, anti-delete also s
MzfFileMon
- 基于用户白名单的文件目录过滤驱动,保护关键目录的安全性,只有合法用户便可以对保护的目录进行操作。-Based on the user' s file directory whitelist filter driver, security, protection of critical directory, only legitimate users can operate on a protected directory.
xgy
- 先用应用程序设置一个受保护的文件夹,驱动启动后可以保护一个文件夹并授权一个进程可以访问。-Application settings file first with a protected folder, you can start to protect the driver in a folder and authorize a process can access.
monkey
- 计算机安全监控系统是一种保障信息安全的有效机制。它通过数据采集、分析处理、 规则判别、违规阻止和全程记录等过程,实现对本地或远程计算机中各类信息和用户操作的保护与监控。该文主要研究了以文件、文本和用户操作为对象的监控关键技术,通过实验对比分析了这些关键技术的实现机制与应用环境,对强化系统功能、提高监控效率和稳定性具有重要意义。-Computer security monitoring system is an effective mechanism to protect informatio
guzhiyu_FileGuard
- 中国科技大学顾志宇的程序,对文件进行保护。可以帮助我们学习驱动编程。-Programed by Gu Zhiyu (USTC ) for file protection. can help us learn driven programming
delete
- 文件过滤保护驱动,可以配合user交互,输入数字代表保护时间s。0,1不能用-File filter to protect driver, can cooperate with the user interaction, input number represents protection time s. 0, 1 can t use
[7-5]EnumAntiMiniFilter
- 枚举与对抗MiniFilter。MiniFilter iniFilter iniFilter iniFilteriniFilter 是目前杀毒软件用来实现自我保护 和 文件 实时监控方法。-Enumeration and confrontation MiniFilter. MiniFilter iniFilter iniFilter iniFilteriniFilter antivirus software is currently used to achieve real-time monit
VRV
- 基于微过滤驱动的文件保护驱动,根据寒江独钓的改的 大家可以学习下-Based on micro-filter driver file protection drive
内核重C源码和成品驱动
- 内核重载 过任意游戏驱动保护源码,目前只重载一个内核。掌握此方法重载多个内核文件可以通杀任意游戏驱动保护和软件HOOK等,大神必备技能,目前只让OD或者CE工具走新内核。WIN7 32系统加载驱动后可以打开OD或CE修改游戏数据了(The kernel is overloaded with an arbitrary game driver protection source, and only one kernel is overloaded at the moment. Mastering t
一些文件系统驱动
- 包含进程监控模块和文件读写保护模块,其中文件相关使用的微过滤器编写