登录
首页 » Visual C++ » minifilter_sample

minifilter_sample

于 2007-09-18 发布 文件大小:120KB
0 100
下载积分: 1 下载次数: 780

代码说明:

  文件系统过滤驱动程序的框架,对于做文件透明加密的朋友很有帮助()

文件列表:

cdo
...\cdo.inf
...\cdo.rc
...\cdoinit.c
...\cdooperations.c
...\cdoproc.h
...\cdostruct.h
...\makefile
...\pch.h
...\htm" target=_blank>sources
ctx
...\context.c
...\ctx.inf
...\ctx.rc
...\ctxinit.c
...\ctxproc.h
...\ctxstruc.h
...\makefile
...\operations.c
...\pch.h
...\htm" target=_blank>sources
...\support.c
dirs
metadatamanager
...............\datastore.c
...............\fmm.inf
...............\makefile
...............\metadatamanager.rc
...............\metadatamanagerinit.c
...............\metadatamanagerproc.h
...............\metadatamanagerstruc.h
...............\operations.c
...............\pch.h
...............\htm" target=_blank>sources
...............\support.c
minispy
.......\dirs
.......\filter
.......\......\makefile
.......\......\minispy.c
.......\......\minispy.rc
.......\......\mspykern.h
.......\......\mspylib.c
.......\......\registrationdata.c
.......\......\htm" target=_blank>sources
.......\inc
.......\...\minispy.h
.......\minispy.inf
.......\user
.......\....\makefile
.......\....\mspylog.c
.......\....\mspylog.h
.......\....\mspyuser.c
.......\....\mspyuser.rc
.......\....\htm" target=_blank>sources
nullfilter
..........\makefile
..........\nullfilter.c
..........\nullfilter.inf
..........\nullfilter.rc
..........\htm" target=_blank>sources
passthrough
...........\makefile
...........\passthrough.c
...........\passthrough.inf
...........\passthrough.rc
...........\htm" target=_blank>sources
scanner
.......\dirs
.......\filter
.......\......\makefile
.......\......\scanner.c
.......\......\scanner.h
.......\......\scanner.rc
.......\......\htm" target=_blank>sources
.......\inc
.......\...\scanuk.h
.......\scanner.inf
.......\user
.......\....\makefile
.......\....\scanuser.c
.......\....\scanuser.h
.......\....\scanuser.rc
.......\....\htm" target=_blank>sources
swapbuffers
...........\makefile
...........\htm" target=_blank>sources
...........\swapbuffers.c
...........\swapbuffers.inf
...........\swapbuffers.rc

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • MD5_RSA
    本源代码,综合了DES,RSA,MD5等几种加密的方法于同一工程中,可以让读者对各种加密方法的实现通过代码实现过程的比较,更好的理解几种软件加密方法(Source code, a combination of DES, RSA, MD5 encryption method, such as several in the same project, will allow readers to a variety of encryption methods to achieve the realization of the process through code comparison, a better understanding of several software encryption methods)
    2008-05-19 09:32:33下载
    积分:1
  • sdgzhidian
    很好的字典生成器,输入关键字,实现排列组合,破解密码的利器(Good dictionary builder, enter a keyword permutations and combinations to achieve, to crack the code of the weapon)
    2013-12-28 14:11:01下载
    积分:1
  • MUC1_C4
    奇迹C1 C2 C3 C4协议加密与解密(MU C1 C2 C3 C4 encrypt and decrypt)
    2021-02-17 12:19:46下载
    积分:1
  • SFZ
    身份证15位转18位的算法原码,可以自动将转换后的结果放入剪贴板中(Algorithm of the original code ID card 15 turn 18, you can automatically converted into the clipboard)
    2012-08-22 12:17:21下载
    积分:1
  • Elite-E-Professional-V2.2
    用于车型定位识别所用的加密狗文件,非常实用(Dongle for vehicle location identification file used, very practical)
    2017-03-28 09:01:14下载
    积分:1
  • Hash_sha256
    sha256计算代码,非常好用的代码,大家可以用这个代码直接计算哈希值,sha256实现 依次执行 SHA256Init、 SHA256Update SHA256Final 三个函数即可得到sha256结果(sha256 sourse code,Is very usefull)
    2013-09-19 16:09:12下载
    积分:1
  • CMAC
    在实现AES基础上,用C编写CMAC算法并调试通过。输入数据进行CMAC验证。(In the realization of AES based on the CMAC algorithm written in C and debugging. CMAC input data validation)
    2014-01-10 16:12:49下载
    积分:1
  • Cryptography-and-Network-Security
    用C/C++实现加解密算法及其应用:DES(或AES)和基于DES(或AES)的CMAC。(With C/C++ achieve encryption and decryption algorithm and its application: DES (or AES) and based on DES (or AES) of CMAC.)
    2013-11-01 15:00:05下载
    积分:1
  • Caesar-code
    凯撒密码作为一种最为古老的对称加密体制,在古罗马的时候都已经很流行,他的基本思想是:通过把字母移动一定的位数来实现加密和解密。例如,如果密匙是把明文字母的位数向后移动三位,那么明文字母B就变成了密文的E,依次类推,X将变成A,Y变成B,Z变成C,由此可见,位数就是凯撒密码加密和解密的密钥。个人原创。(Caesar password as one of the most ancient symmetric encryption system in ancient Rome have been very popular, his basic idea is: by the letters move a certain number of bits to achieve encryption and decryption. For example, if the key is the number of bits of plaintext letters backward move three, the plaintext letter B into a ciphertext E, and so on, X will become Y-become a B,, and Z becomes C Thus, the median is the Caesar cipher encryption and decryption keys. Personal originality.)
    2012-05-11 16:37:09下载
    积分:1
  • Crypt_Vmpc
    VMPC加密解密算法。已对x86优化,其他平台也可用。(VMPC encryption and decryption algorithms. Has been optimized for x86, other platforms are also available.)
    2013-07-15 18:51:17下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载