搜索资源列表
codecnt_1020008
- 操作系统提供的 connect() 系统调用,用来与每一个感兴趣的目标计算机的端口进行连接。如果端口处于侦听状态,那么connect()就能成功。否则,这个端口是不能用的,即没有提供服务。这个技术的一个最大的优点是,你不需要任何权限。系统中的任何用户都有权利使用这个调用。另一个好处就是速度。如果对每个目标端口以线性的方式,使用单独的connect()调用,那么将会花费相当长的时间,你可以通过同时打开多个套接字,从而加速扫描。使用非阻塞 I/O 允许你设置一个低的时间用尽周期,同时观察多个套接字。
ntifs
- title=Windows NT/2000/XP可安装文件系统头定义 memo=是开发Windows NT/2000/XP下文件系统驱动程序的必需头文件,可以用于开发文件系统过滤驱动及防病毒软件等。-title = Windows NT/2000/XP file system to be installed on the first memo = definition of development under Windows NT/2000/XP file system driver of th
filesystemfilter.rar
- 文件系统过滤驱动开发教程第二版 详细分析了文件系统过滤驱动开发的过程 ,File system filter driver development tutorial second edition of a detailed analysis of the file system filter driver development process
filesystemEntry
- 基于文件过滤系统的文件加密,摘 在比较几种文件加密方法特点的基础上,提出了一种基于文件过滤器的加密方法,并介 绍了程序设计方法。新的加密方法与其他文件加密方法相比,具有访问控制方便、安全性好的优点, 且支持多种存储介质 -In comparing the characteristics of several methods of file encryption, based on a file-based encryption filter methods, and refer
sfilter
- 一个系统级的文件过滤驱动程序,适合研究文件过滤程序的朋友。-A system-level file filter driver, suitable for research papers filter friends.
OKFCrypto
- 基于IFS文件过滤驱动开发,工作在系统核心层,与杀毒软件、防火墙软件完全兼容-IFS file system filter driver-based development work in the system, the core layer, and antivirus software, firewall software is fully compatible
551958-fileprotector
- LINUX内核中进行文件过滤保护,并截持了系统调用-LINUX kernel for file filtering protection and interception of system calls
FsTPM0
- 一个过滤层文件系统驱动的完整代码,实现了文件的加密,操作截获等-A filter layer of a complete file system driver code that implements the file encryption, such as operation of intercepted
Tan_Wen_Windows_Kernel_Security_Programming
- 本资源是谭文《寒江独钓-Windows内核安全编程》随书光盘中的源代码,代码中包含串口过滤、键盘过滤、磁盘虚拟、磁盘过滤、文件系统过滤与监控、文件系统透明加密、文件系统微过滤驱动、网络传输层过滤、NDIS协议驱动等内容,是学习Windows内核安全编程的实用参考。-This resource is TAN " painting by the Security-Windows kernel programming" CD with the book' s source co
NDIS
- 实现透明加密,驱动模型,文件过滤系统介绍-To achieve transparent encryption, drive model, document filtering system introduced
file-encryption-and-decryption
- 基于Windows文件系统过滤驱动的文件加解密技术研究与实现-Windows-based file system filter driver file encryption and decryption technology research and implementation
filter-driver
- 基于文件过滤驱动的加密系统设计与实现 上海交通大学-File-based encryption system filter driver design and implementation of Shanghai Jiaotong University
bottom_fs
- linux内核过滤文件系统,实现文件操作的拦截和重定向-linux kernel filter file system, file operations to intercept and redirect
Minispy-FS-Minifilter-Driver
- 一个简单的文件系统过滤程序,支持winxp,win7,win8.-a sample driver for the file system filter on your computer,support winxp,win7,win8.
Windows文件系统过滤驱动开发教程
- 学习windows内核编程时,查找的相关资料,Windows文件系统过滤驱动开发教程(Windows file system filter driver development tutorial)