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

搜索资源列表

  1. xHook

    0下载:
  2. 当你在网络上抓到一些数据包,想知道这些包是哪个进程发出来的时候, 怎么办?这个小工具也许能帮一些忙。 这个工具采用的是HOOK进程的winsock API,把一些数据记录下来。-When you caught on the network data packets and would like to know which of these packages is issued to the process, how do? This small tools may be able to
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:58703
    • 提供者:肖武
  1. Dll2Process

    1下载:
  2. 动态库注入器 1.0 功能:将一个动态库文件注入到一个正在运行的进程内. 应用:通过注入功能,可以实现对一个进程的api hook,比如写一个dll,然后hook socket api,然后注入到你想监视的进程,这样就能够用于网络数据包的分析了 -DLL injector 1.0 features : a dynamic library file is injected into a running process. Applications : by injecting fu
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:43448
    • 提供者:阿东
  1. ipgate_src

    0下载:
  2. ipgate程序,hook api 截获转发数据包-ipgate procedures, hook api intercepted transmitted data packets
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:100116
    • 提供者:cswggod
  1. Api Hook和封包拦截技术

    0下载:
  2. const WM_UNSUBCLASS = WM_USER + 2001 //卸载子类化消息 WM_SENDDATA = WM_USER + 2003 //收到要发送新数据包的消息 type PMyDLLVar = ^TMyDLLVar //用来共享的内存数据结构 TMyDLLVar = record SubClass: Boolean //是否已经子类化 HookWindow, SpyWindow: LongWORD //要安装HOOK的窗口及用于接收消息的窗口 hHook: LongWORD
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:199137
    • 提供者:黄春标
  1. Netiffer

    0下载:
  2. 网络数据包捕获查看工具, 支持三种 数据包捕获方式: 1、Raw嗅探 2、Hook指定进程API,截获数据包 3、端口数据转发-Network packet capture viewer, Support for packet capture of three ways: 1, Raw sniffer 2, Hook the specified process API, intercepted data packets 3, the port forwar
  3. 所属分类:Hook api

    • 发布日期:2017-03-23
    • 文件大小:294475
    • 提供者:Axel
  1. Tren

    0下载:
  2. 魔兽游戏里踢人 我们HOOK Send函数。如果我们和某个玩家私聊,假设输入7720668,那么肯定可以在pBuffer中搜索到这个字符串,然后我们关闭相应的socket即可实现T人了。(这里也说明了:只有主机才可以T人。因为通过伪造TCP、SYN、ACK数据包来实现,几乎不可能) -World of Warcraft game kicking us HOOK Send function. If we whisper a player, assuming that the input 7
  3. 所属分类:Hook api

    • 发布日期:2017-03-25
    • 文件大小:40060
    • 提供者:a88758289
  1. r3_Hook_NtDeviceIoControl

    0下载:
  2. Ring3挂钩实现网址过滤、重定向——《另类挂钩-RING3数据包监视》-Ring3 linked to achieve URL filtering, redirection- the " alternative hook-RING3 packet monitoring."
  3. 所属分类:Hook api

    • 发布日期:2017-03-28
    • 文件大小:5332
    • 提供者:痞子
  1. wsock32

    0下载:
  2. 通过api拦截socket数据包,创建一个动态链接库来代替原winsock接口库,可放入外挂控制代码-Instead api intercept a the socket packet, to create a dynamic link library the original winsock interface library, into the plug-in control code
  3. 所属分类:Hook api

    • 发布日期:2017-11-09
    • 文件大小:22780
    • 提供者:殷鹏
  1. inject

    0下载:
  2. 钩子程序,替换windows的发送和接收函数,捕获数据包-Hook procedures, to replace the windows to send and receive function, packet capture
  3. 所属分类:Hook api

    • 发布日期:2017-03-28
    • 文件大小:884867
    • 提供者:aaa
  1. RAWSOCK01

    0下载:
  2. 捕获数据包源程序代码-packet
  3. 所属分类:Hook api

    • 发布日期:2017-04-02
    • 文件大小:55891
    • 提供者:Du yongna
  1. FITER

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

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

    0下载:
  2. 基于winpcap的网络捕获数据包与解析 -capture the packet of the network
  3. 所属分类:Hook api

    • 发布日期:2017-03-31
    • 文件大小:6527
    • 提供者:黄琼
  1. apihook

    0下载:
  2. C#.NET 2008下开发的API HOOK进程send函数,可封装成DLL,对发送的数据包进行拦截,修改-C#. NET 2008 development of the API HOOK process under the send function, can be packaged into a DLL, for sending data packets to intercept, modify,
  3. 所属分类:Hook api

    • 发布日期:2017-03-27
    • 文件大小:1238
    • 提供者:huodeming
  1. hook-RING3

    0下载:
  2. 另类挂钩-RING3数据包监视 另类挂钩-RING3数据包监视-Alternative hook-RING3 packet monitoring alternative hook-RING3 packet monitoring
  3. 所属分类:Hook api

    • 发布日期:2017-04-13
    • 文件大小:2726
    • 提供者:sinsin0005
  1. firewall

    1下载:
  2. 可以实现在WINDOWS下基于tcp,udp以及icmp协议的数据包过滤的简易防火墙-Simple firewall that can be achieved under WINDOWS tcp, udp and icmp protocol-based packet filtering
  3. 所属分类:Hook api

    • 发布日期:2017-05-13
    • 文件大小:3251087
    • 提供者:玉龙
  1. IE_HookTest

    0下载:
  2. 对IE进行HOOK, 通过读取IE进程内存方式修改改写内存方式 修改数据包或者地址,某公司病毒式推广曾采取这种方式-IE HOOK, IE read through the process of memory overwrite memory modify modify data packets or address, a viral promotion has taken this way
  3. 所属分类:Hook api

    • 发布日期:2017-05-14
    • 文件大小:3964797
    • 提供者:zhp21
  1. analyzeeth_winpcap.cpp

    0下载:
  2. 该程序通过利用WinPcap提供的捕获数据包函数,对网络中的数据包进行采集分析。-The program provided through the use of WinPcap packet capture function in the network packet capture analysis.
  3. 所属分类:Hook api

    • 发布日期:2017-04-03
    • 文件大小:1491
    • 提供者:木阮清
  1. instiffilewall-

    0下载:
  2. 本代码实现防火墙,包含执行文件的生成以及钩子的联系,能够截获数据包。-This code implements the firewall, including the implementation of the document generation and hook link intercepted data packets.
  3. 所属分类:Hook api

    • 发布日期:2017-04-07
    • 文件大小:1869
    • 提供者:yangling
  1. Packet-capture

    0下载:
  2. 利用WSP_send和WinPcap类来采集数据包-WSP and use WinPcap to capture packets
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:8402
    • 提供者:姓名
  1. smsniff

    0下载:
  2. 网络抓包软件,可以分析网络数据包,分解数据包头部-network snatch software
  3. 所属分类:Hook api

    • 发布日期:2017-04-26
    • 文件大小:66681
    • 提供者:王杰
« 12 »
搜珍网 www.dssz.com