搜索资源列表
关于API HOOK拦截封包原理
- 关于API HOOK拦截封包原理-on API intercept packets principle HOOK
利用HOOK拦截封包原理
- HOOK封包原理-HOOK packet Principle
Api Hook和封包拦截技术
- const WM_UNSUBCLASS = WM_USER + 2001 //卸载子类化消息 WM_SENDDATA = WM_USER + 2003 //收到要发送新数据包的消息 type PMyDLLVar = ^TMyDLLVar //用来共享的内存数据结构 TMyDLLVar = record SubClass: Boolean //是否已经子类化 HookWindow, SpyWindow: LongWORD //要安装HOOK的窗口及用于接收消息的窗口 hHook: LongWORD
HOOK SEND RECV函数拦截网络封包的程序
- 一个HOOK SEND RECV函数拦截网络封包的程序!,HOOK SEND RECV a function of the program to intercept network packets!
Xfiltercoad.rar
- 费尔防火墙完整的源代码。 费尔个人防火墙采用两种封包过滤技术: 1. 应用层封包过滤,采用 Winsock 2 SPI。 2. 核心层封包过滤,采用 NDIS-HOOK。,Fairbanks, complete source code for a firewall. Fairbanks Personal Firewall uses two types of packet filtering technology: 1. Application-layer packet filtering
HOOK.rar
- CALL 函数```明文发包`````````````````学封包的``可以学习下,CALL function `` `contract expressly ````````````````` learning packet `` can learn under
InlineHook
- 用全局钩子注入,用5字节跳转HOOK了封包发送接收的几个函数-With the overall hook implantation, with 5 bytes of the packet sent Jump HOOK received several function
76328_Sniff
- 用hook方式~!擷取軟體的傳送和接收的封包~!-With hook way ~! Picks up the software the transmission and receive wrapped gift ~!
Core
- 用hook方式~!擷取軟體的傳送和接收的封包~!-With hook way ~! Picks up the software the transmission and receive wrapped gift ~!
tsqt
- 本程序为天书奇谈起点专区辅助工具,内有自动战斗(调用游戏本身自动功能,可有效减少操作时间),人物一键加药,宠物一键加药,挂机采集这几个功能。 文件说明: HH.exe为主程序(必要文件) config.ini为配置文件(必要文件) cjfb.edb为存放采集封包的数据(必要文件) 外挂作坊1.5-第六版.ec,Super-EC_3.0.ec,外挂海万能模块1.7贺岁版.ec三个为模块(只需要用工具的可以删除) HH.e为易语言源码(只需要用工具的可以删除) 程序使用的
Pack_Hook_Strong
- Hook方式获取指定进程的网络封包,经过本人修改,功能十分强大, 可以获取任意程序封包-Hook obtain the specified process network packets
2
- 易语言HOOK api 实现封包截取,很不错的易语言源码,适合易语言爱好者学习。-The HOOK api packet interception, very good and easy language source code for easy language enthusiasts to learn.
HookEXE
- 诛仙Hook,截取封包HooK源码-Zhu Xian Hook, intercepts the packet
VBAPIHooker
- VB HOOK指定进程指定DLL的代码,代码是获得SOCKET封包内容。当然可以自己改改,也可以用作其他-VB HOOK specified process to specify the DLL code, the code is obtained SOCKET packet contents. Of course, can be changed, can also be used for other
封包截取的VC源码
- 封包截取的VC源码,采用HOOK的方式 利用API的替换功能,获取其他程序的消息信息
TCP_UD
- TCP_UDP封包拦截接口\TCP通信.exe ... ... ... .\UDP通信.exe ... ... ... .\安装钩子DLL.exe ...................\mydll.dll ...................\mydll.e ...................\TCP通信.e ...................\UDP通信.e ...................\安装钩子DLL
hook
- delphi hook目标程序,send/recv 封包-delphi hook target program, send/recv packet
HookDll
- // NtDeviceIoControlFile的HOOK函数 // ws2_32.dll的send , recv最终会调用到mswsock.dll内的数据发送函数 // mswsock.dll会调用NtDeviceIoControlFile向TDI Client驱动发送Send Recv指令 // 我们在这里做拦截,可以过滤所有的TCP 收发包(UDP之类亦可,不过要更改指令) // Hook mswsock.dll导出表的Ntdll!NtDeviceIoControlFile
消息钩子
- 易语言封包拦截,易语言拦截,易语言系统钩子,易语言钩子(Easy language packet interception, easy language interception, easy language system hook, easy language hook)
易语言封包拦截
- 易语言send,WSASend封包拦截与发送源码,hook WS2_32.DLL实现