CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 钩子与API截获 搜索资源 - Filter

搜索资源列表

  1. 低级键盘DLL

    0下载:
  2. 这是刚刚上传的“键盘测试源代码”配套的dll文件源码。它主要负责键盘消息的截取与过滤。-This is just upload the "keyboard test source code" matching dll file source. It is mainly responsible for the interception of the keyboard with the news filter.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:11.88kb
    • 提供者:罗明
  1. HookProcess.rar

    0下载:
  2. 进程挂钩,过滤显示信息,实现进程隐藏功能,代码注释详细,Process linked to filter the display of information, the realization of the process of hidden features, a detailed code Notes
  3. 所属分类:Hook api

    • 发布日期:2017-03-30
    • 文件大小:4.66kb
    • 提供者:李虚东
  1. anit

    0下载:
  2. Windows应用程序是基于消息驱动的,任何线程只要注册窗口类都会有一个消息队列用于接收用户输入的消息和系统消息。为了拦截消息,Windows提出了钩子的概念。钩子(Hook)是Windows消息处理机制中的一个监视点,钩子提供一个回调函数。当在某个程序中安装钩子后,它将监视该程序的消息,在指定消息还没到达窗口之前钩子程序先捕获这个消息。这样就有机会对此消息进行过滤,或者对Windows消息实现监控。-Windows application is based on the message-dri
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:7.15kb
    • 提供者:田浩
  1. Filemon_src

    0下载:
  2. 本资源两部分:1、Windows文件系统过滤驱动开发教程(第二版),中文PDF文件。2、文件监控FileMon源码,C++/C代码-The resources of two parts: 1, Windows File System Filter Driver Development Guide (Second Edition), Chinese PDF files. 2, file monitoring FileMon source, C++/C code
  3. 所属分类:Hook api

    • 发布日期:2017-04-01
    • 文件大小:944.37kb
    • 提供者:seven
  1. Professional_Rootkits

    0下载:
  2. Professional rootkit Table of Contents Professional Rootkits Credits Introduction Chapter 1 - Tools Chapter 2 - A Basic Rootkit Chapter 3 - Kernel Hooks Chapter 4 - User Hooks Chapter 5 - I/O Processing Chapter 6
  3. 所属分类:Hook api

    • 发布日期:2017-05-25
    • 文件大小:7.84mb
    • 提供者:Prochg
  1. upan

    0下载:
  2. 一个对优盘进行监控的源码,已经调试过,没有什么问题,仅供大家参考,看看。-USB filter.
  3. 所属分类:Hook api

    • 发布日期:2017-04-17
    • 文件大小:47.32kb
    • 提供者:刘鑫
  1. chipset_rootkit

    0下载:
  2. 国外牛人写的。这是一个在XP虚拟机中运行的SMM rootkit,由于SMM的硬件相关性,该程序只能用于装了XP多核的虚拟机上,不过对于这种新兴的chipset级别的rootkit有很高的研究价值。毕竟在黑帽大会上波兰那两个黑客没把源码公布。-SMM Rootkit chipset-level rootkit
  3. 所属分类:Hook api

    • 发布日期:2017-03-26
    • 文件大小:237.27kb
    • 提供者:perfectLC
  1. FITER

    0下载:
  2. 基于Filter—Hook Drive设计个人防火墙-Based on Filter-Hook Drive Design of Personal Firewall
  3. 所属分类:Hook api

    • 发布日期:2017-04-02
    • 文件大小:119.31kb
    • 提供者:杨飞飞
  1. keyboard_filter_doc

    0下载:
  2. keyboard filter 搜集的源代码与资料-some keyboard filter documents collected from web
  3. 所属分类:Hook api

  1. DrvFltIp

    0下载:
  2. 防火墙过滤驱动,1) 一个创建设备的驱动程序入口,为通讯创建符号连接和处理IRPs(分派,加载,卸载,创建...)的标准例程。   2)在标准例程里管理IRPs.在我们的代码中,我们实现了四个IOCTL代码:START_IP_HOOK(注册过滤函数),STOP_IP_HOOK(注销过滤函数), ADD_FILTER(安装新的过滤规则),CLEAR_FILTER(清除所有规则).   3)对于我们的驱动,我们实现多个用于过滤的函数。 -Firewall filter dri
  3. 所属分类:Hook api

    • 发布日期:2017-04-08
    • 文件大小:18.41kb
    • 提供者:test
  1. HOOK-API

    0下载:
  2. hook消息框,对弹出消息进行过滤和修改的易语言源码-hook the message box on the pop-up message is easy to filter and modify the source language
  3. 所属分类:钩子与API截获

    • 发布日期:2017-03-24
    • 文件大小:2.16kb
    • 提供者:godome
  1. 201092150122

    0下载:
  2. HOOK密码截取故名思意就是用键盘记录的方法,现在很多网游密码登陆都没有过多的处理所以很多游戏都可以通过键盘记录获取到,就连大名顶顶的DNF都没有过滤掉 希望大家通过这个例子写出更多的自己的作品 -HOOK password interception name suggests means the method is to use keyloggers, password login now many online games are not too many games can d
  3. 所属分类:Hook api

    • 发布日期:2017-04-05
    • 文件大小:13.92kb
    • 提供者:weir1
  1. raw_scoket

    0下载:
  2. 使用原始套接字对包进行过滤,然后可以对所抓到的包进行详细的分析-use raw socket to filter packet
  3. 所属分类:Hook api

    • 发布日期:2017-05-11
    • 文件大小:2.87mb
    • 提供者:dragon.liu
  1. 001

    0下载:
  2. 基于Filter-Hook Driver(使用ipfirewall.h)的IP过滤驱动-Based on Filter-Hook Driver (use ipfirewall.h) the IP filtering driver
  3. 所属分类:Hook api

    • 发布日期:2017-04-15
    • 文件大小:6.19kb
    • 提供者:林云
  1. SSDT--11

    0下载:
  2. SSDT的全稱是System Services Descr iptor Table,系統服務描述符表。這個表就是一個把ring3的Win32 API和ring0的內核API聯繫起來。SSDT並不僅僅只包含一個龐大的位址索引表,它還包含著一些其他有用的資訊,諸如位址索引的基底位址、服務函數個數等。   通過修改此表的函數位址可以對常用windows函數及API進行hook,從而實現對一些關心的系統動作進行過濾、監控的目的。一些HIPS、防毒軟體、系統監控、註冊表監控軟體往往會採用此介面來實現自
  3. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:328.35kb
    • 提供者:小明
  1. FileGuard-safe-hook

    0下载:
  2. 文件过滤驱动,File filter driver intercepts file functions include copy, move, Read, Write, and get the file information, and so on. -File system driver.-File filter driver intercepts file functions include copy, move, Read, Write, and get the file informat
  3. 所属分类:Hook api

    • 发布日期:2017-03-30
    • 文件大小:448.87kb
    • 提供者:老孙
  1. 553425207ekf_4d

    0下载:
  2. 里面是粒子滤波有关的几种重采样方法的对比,这对初学者来说很重要-The inside is the particle filter several re-sampling methods about the contrast, this is very important for the beginners
  3. 所属分类:Hook api

    • 发布日期:2017-04-05
    • 文件大小:1.48kb
    • 提供者:xxoo
  1. SPI-QQ

    0下载:
  2. 基于SPI的过滤QQ数据报程序vc++,对于学习操作系统编程的开发人员有帮助-Help developers to learn the programming of the operating system based on the SPI filter QQ datagram of the program vc++
  3. 所属分类:Hook api

    • 发布日期:2017-04-05
    • 文件大小:3.92kb
    • 提供者:XWChen
  1. v1.00_rh9

    0下载:
  2. netfilter小例子,便于理解防火墙对包的过滤-netfilter small example, to facilitate understanding of firewall packet filter
  3. 所属分类:Hook api

    • 发布日期:2017-11-22
    • 文件大小:4.41kb
    • 提供者:liu
  1. DrvFltIp

    0下载:
  2. 运用IP过滤钩子驱动创建的防火墙应用程序。-Using IP filter hooks drive to create firewall applications.
  3. 所属分类:Hook api

    • 发布日期:2017-11-20
    • 文件大小:50.45kb
    • 提供者:zhangyi
« 12 »
搜珍网 www.dssz.com