CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - hook函数

搜索资源列表

  1. halk source

    0下载:
  2. 一个钩子函数的实现过程-hook function of a process to achieve
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:49555
    • 提供者:erya
  1. Hook

    0下载:
  2. JJ斗地主封包的截获与解密函数,使用勾子,消息,内存共享.-JJ Landlords packet interception and decryption function, using the hook, the message, the memory sharing.
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-03-22
    • 文件大小:2050
    • 提供者:hjf
  1. hook

    1下载:
  2. 利用VC6编写的一个hook程序,它可以劫持浏览器中的URL点击,将截获的URL交给其他库函数进行处理。-VC6 prepared using a hook program, it can hijack the browser URL clicks the URL will be intercepted for processing to other library functions.
  3. 所属分类:Internet/网络编程

    • 发布日期:2012-11-21
    • 文件大小:3789863
    • 提供者:田宇辰
  1. aodv_rrep

    0下载:
  2. 生成kaodv内核模块, 在内核Netfilter注册钩子函数 ,然后对数据包和 控制包进行不同的处理,并根据包中携带的信息更新对应的路由表。-Generate kaodv kernel module in kernel Netfilter hook function registered, then the data packets and control packets different treatment, and the information carried in accordanc
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:2433
    • 提供者:小小
  1. passwordmonitor

    0下载:
  2. 借助钩子函数实现对某应用程序的键盘密码监控-Hook function with the application of a keyboard password monitoring
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:16551
    • 提供者:cristina
  1. testfirewall2.6drop

    0下载:
  2. linux2.6内核网络模块,可以注册为钩子函数丢包。-linux2.6 core network module, you can register for the hook function loss.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-11
    • 文件大小:807
    • 提供者:lxg
  1. netfilter

    0下载:
  2. 这是一个linux下的钩子函数,是linux下防火墙等例子,大家可以参考学习-This is a hook function under linux is linux the firewall and other examples, we can refer to learn
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:580
    • 提供者:xusheng
  1. xHook

    0下载:
  2. 这个工具采用的是HOOK进程的winsock API,把一些数据记录下来。 2.1 patch静态文件,即运行前挂钩. 2.2 也是修改IAT,跟1.1一样. 2.3 修改目标函数的前几个字节,跳转到新的函数,但不再调用原始函数,无 实际意义,作者只是做演示? 2.4 这种方法(3.2.3 保存原始函数)很COOL,其中的亮点和难点就是“获取任意 地址的指令长度”。 之前我也想用2.4这种办法,但卡在如何“获取任意地址的指令长度”上面了:(
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-11-10
    • 文件大小:58348
    • 提供者:yunfeng
  1. hookwinsock

    0下载:
  2. vb hook 任意进程的发包收包函数。可以做个自己专用的截取封包工具。-vb hook any process of bidding closing package function. Intercepts the packet can be its own dedicated tools.
  3. 所属分类:WinSock-NDIS

    • 发布日期:
    • 文件大小:132873
    • 提供者:tom
  1. IPShujubaoGuolv

    0下载:
  2. 数据包监控过滤程序含驱动源码,采用IPHook驱动器程序,在内核层用钩子回调函数(IpHookFilter)勾住系统自带的IP过滤驱动器(System32\Drivers\IpFltDrv.sys),从而返回过滤驱动器传输的所有IP包数据。-Packet monitoring filter program containing driver source to using IPHook drive program the the kernel layer with a hook callback
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-27
    • 文件大小:790078
    • 提供者:杨景
  1. www123

    0下载:
  2. vb写的一个例子,主要是HOOK网络函数,大家可以参考下哦,觉得不错-vb write an example, mainly HOOK network function, we can refer to, oh, I feel good
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:30185
    • 提供者:chenjifa
  1. HookNdis-master-src

    1下载:
  2. (InterMediateProtocolDrivers)中间驱动程序,向上提供小端口(Minport)函数集,向下提供协议(protocol)函数集。源代码中有两种实现方式,HOOK NDIS函数 和 新加载 NDIS驱动。可以实现对网络数据包的分析和过滤。-(InterMediateProtocolDrivers) intermediate driver offers up small port (Minport) function set, provides protocol down (
  3. 所属分类:Sniffer Package capture

    • 发布日期:2015-12-25
    • 文件大小:49152
    • 提供者:
  1. maybecms1.2

    0下载:
  2. Maybecms使用PHP语言和MySQL数据库开发,并且采用了主流的MVC设计模式,使系统框架结构清晰、易维护、模块化、扩展性更好,支持插件扩展,用户可自由扩展程序功能,采用基于KONGPHP框架的AOP插件机制,性能方面零损耗,相比传统的函数hook插件机制,性能更高、更简单、更强大。 -Maybecms using PHP language and MySQL development, and with the mainstream MVC design pattern, the s
  3. 所属分类:Web Server

    • 发布日期:2017-05-09
    • 文件大小:1585108
    • 提供者:赵思思
  1. LSPInstall

    0下载:
  2. 可以非常快速的安装LSP网络分层协议,拦截网络收发函数(The LSP network layer protocol can be installed very quickly, and the network data transceiver function can be intercepted)
  3. 所属分类:网络编程

    • 发布日期:2017-12-29
    • 文件大小:29696
    • 提供者:HookSafe
  1. VC++ LSP劫持修改

    1下载:
  2. 一、LSP的安装,先抛开socks代理不说 1、构造自己的LSP,并安装之; 2、遍历已有 服务提供者,找到刚安装的LSP入口ID; 3、构造自己的协议链,并安装之; 4、对所有协议链进行排序,并将我们的协议链放到最上面。 二、LSP的编写 主要操作都在WSPStartup中,其他WSP函数就是对原函数的HOOK,详情看下面代码。 ...
  3. 所属分类:网络截获/分析

搜珍网 www.dssz.com