搜索资源列表
hookdelphi
- api钩子 截货了send还有recv函数-api hook cut also send a cargo recv function
fasockethook
- Hook send and rev,查看send and recive内容,进而控制邮件发送。-Hook send and rev, send and recive View, and then the spammers.
AheadLib
- AheadLib 是用来生成一个特洛伊DLL的工具,用于分析DLL中的函数参数调用(比如记录Socket send了什么等等)、更改函数功能(随心所欲了:)、更改界面功能(比如在Hook里面生成一个按钮,截获事件等等)。-AheadLib is used to generate a DLL Troy tool for the analysis of DLL function call parameters (such as records of what Socket send etc.), c
HOOK SEND RECV函数拦截网络封包的程序
- 一个HOOK SEND RECV函数拦截网络封包的程序!,HOOK SEND RECV a function of the program to intercept network packets!
NDIA.rar
- API Hook类,已经做成dll文件。其中包含Hook WS2_32.dll 中send 函数的Demo,可以起、轻松修改成其他API 的 Hook.,API Hook type, has made dll file. Hook WS2_32.dll includes send function in the Demo, can be easily modified into other API of Hook.
jianpanjilu.rar
- 键盘记录的C++实现,以及SMTP的C++实现,。程序通过系统钩子函数捕获键盘输入,通过SMTP协议以邮件方式发送到邮箱,Record keyboard the C++ implementation, as well as SMTP implementation of the C++,. Process through the system keyboard hook function to capture, through the SMTP protocol to send messages
hook-SOCK
- c# HOOK SOCKET Send,看了一下,写这类的档案太少了-failed to translate
NEW.rar
- 全局下钩实现对IE用到的send函数的拦截,Hook socket send in IE.
IATHook_dll
- this is a simple IAT Hook Dll , whick hooks function send in ws2_32.d-this is a simple IAT Hook Dll , whick hooks function send in ws2_32.dll
Tren
- 魔兽游戏里踢人 我们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
IDThjack
- 隐藏IDT HOOK,可以过xuetr,PowerTool。发现windbg !idt命令也看不出,看来MS的哥们也偷懒 原理是利用了选择子。直接发码,关于IDT 的知识我就不科普了-Hidden IDT HOOK, can lead xuetr, PowerTool. Found windbg! Idt command can not see, it seems the man is lazy MS Is the use of a selector. Send code d
inject
- 钩子程序,替换windows的发送和接收函数,捕获数据包-Hook procedures, to replace the windows to send and receive function, packet capture
XPokerBot
- XPoker Bot AI analysis. Hook / dll inject into process and send fake keyboard / mouse messages.-XPoker Bot AI analysis. Hook/dll inject into process and send fake keyboard/mouse messages.
green
- 绿光抓包器.本程序只钩挂了"send","sendto","recv","recvfrom"这4个函数,WSAsend等不钩挂, 因为是用API钩子写的抓包程序,而且小弟也是菜鸟,难免有BUG。源代码可以任意修改和发布。 你改得好的话请给我一份。小弟感激不尽。-Ethereal green device. This procedure is only hook the " send" , " sendto" , " recv" , &quo
sendHook
- send api hook sample
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,
DrawRedTextW
- Windows XP下使用Int3进行API Hook。 使用Int3进行API Hook的方法网络上已经有,但是都是在95、98上才可以用的,XP下无法使用。 这个是演示Hook DrawRedTextW和TextOutW的代码。 我们要赶上时代,所以我就发个XP下能用的代码来(理论上Win7也可以使用)。-Windows XP to use Int3 for API Hook. API Hook with Int3 method for the network alr
hook
- delphi hook目标程序,send/recv 封包-delphi hook target program, send/recv packet
Hook
- 实现了Hook函数钩子基本功能,可动态显示键盘输出,并保存在文本中, 并通过邮件模块发送出去-Hook function hook implements the basic functions of the keyboard output can be dynamically displayed and saved in text, and send it through the mail module
HookDll
- // NtDeviceIoControlFile的HOOK函数 // ws2_32.dll的send , recv最终会调用到mswsock.dll内的数据发送函数 // mswsock.dll会调用NtDeviceIoControlFile向TDI Client驱动发送Send Recv指令 // 我们在这里做拦截,可以过滤所有的TCP 收发包(UDP之类亦可,不过要更改指令) // Hook mswsock.dll导出表的Ntdll!NtDeviceIoControlFile