搜索资源列表
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
GrabHook
- 一个远程注入DLL的静态链接库,其中的RemoteSend函数实现了利用游戏自身的套接字远程发送封包的功能,在XP下,VC6编译通过-a remote DLL into the static link library, RemoteSend function of the realization of the game using their own remote socket packet of this function, In XP, compiled by VC6
IPPack.rar
- IP封包截获工具,实现将IPPACKLIB.dll注入到目标程序,以便挂钩收发网络的API函数,IP packet intercepted tools will be injected into the target IPPACKLIB.dll procedures with a view to linking the network to send and receive API function
mydll
- 封包截取源码注意:DLL注入后,每次安装和关闭DLL窗口后,第一时间鼠标点游戏屏幕在让人物游戏里走动一下,最后在点 封包拦截.exe 里的卸载 这样DLL卸载后,就不会有时候出现卡死了,无响应了!-Packet intercept source Note: DLL injection, each installation and closure of the DLL window, the first time the mouse point game screen to let peopl
HookDll
- // NtDeviceIoControlFile的HOOK函数 // ws2_32.dll的send , recv最终会调用到mswsock.dll内的数据发送函数 // mswsock.dll会调用NtDeviceIoControlFile向TDI Client驱动发送Send Recv指令 // 我们在这里做拦截,可以过滤所有的TCP 收发包(UDP之类亦可,不过要更改指令) // Hook mswsock.dll导出表的Ntdll!NtDeviceIoControlFile