搜索资源列表
ssjpacket
- (这个是在网上搜集的别人的程序,只是用于学习) 这个程序是我的几个研究生去年没事时写的,用的是我写的一些类和函数。ssj这个游戏现在倒闭了,所以我将源代码公布出来。 这些源程序代码全部在VC++ 6.0 + Windows XP下调试通过。因为当时游戏总是更新(防止*),这个*程序也不得不跟着更新,以便发给注册的用户,所以源代码显得有点乱。不过这几天我将里面重要的函数和模块都做了注释,相信大家如果认真研究,还是能够看得懂的。此*程序有下面几个功能: 1。复制装备 2。强
xHook
- 当你在网络上抓到一些数据包,想知道这些包是哪个进程发出来的时候, 怎么办?这个小工具也许能帮一些忙。 这个工具采用的是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
Dll2Process
- 动态库注入器 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
SendTcpData
- 虚拟发包器 模拟ip发送封包-contract for virtual simulation ip packets sent
ipgate_src
- ipgate程序,hook api 截获转发数据包-ipgate procedures, hook api intercepted transmitted data packets
GameCreak
- 一个截获游戏网络封包的源码,写*的必修课啊-intercepted a game of the source of network packets, write external compulsory ah
MUTools
- 一个MU(奇迹)游戏发送包和接收包监视器源代码-an MU (miracle) games and receive packets sent monitors source code package
XWPE
- 这是截包和发包的小工具(用到ws_32.dll和hook技术、共享内存。。),其中SendUdp.dll本来想用delphi写的因为vc++指针操作快,-This is the cut-off delivery of the package and small tools (used ws_32.dll hook and technology, shared memory. .) , SendUdp.dll which had wanted to use delphi write because
HookDaemon
- 压缩包内为键盘钩子的动态库和加载程序,可记录所有键盘击键记录.稍加修改即可监视各种进程.-compressed keyboard hook for the dynamic database and loading procedures, can record all keyboard keystrokes recorded. slightly modified processes can be monitored.
利用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!
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
pc
- Wincap 以太网抓包源代码 在 vc6.0下直接运行 -Ethernet Wincap capture the source code to run in direct vc6.0
socket_hook
- 详细说明利用自己开发的Wsock32.dll文件替换C:\Windows\System32\Wsock32.dll文件,以此实现截包功效!-Detailed descr iption of the use of their own to replace Wsock32.dll file C: \ Windows \ System32 \ Wsock32.dll documents in order to achieve effectiveness cut-off package!
dasfvdvsdvsd
- 截取封包的操作~~~~~~~~~~~~~~~~~~~~`好象还行的源码-Packet interception operation ~~~~~~~~~~~~~~~~~~~~` if the source code is also OK
apihook
- 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,
hook-RING3
- 另类挂钩-RING3数据包监视 另类挂钩-RING3数据包监视-Alternative hook-RING3 packet monitoring alternative hook-RING3 packet monitoring
封包截取的VC源码
- 封包截取的VC源码,采用HOOK的方式 利用API的替换功能,获取其他程序的消息信息