搜索资源列表
MUTools
- 一个MU(奇迹)游戏发送包和接收包监视器源代码-an MU (miracle) games and receive packets sent monitors source code package
VB002
- 怎样在VB中接收、处理托盘的消息(双击、单击、左键、右 键)
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
anit
- Windows应用程序是基于消息驱动的,任何线程只要注册窗口类都会有一个消息队列用于接收用户输入的消息和系统消息。为了拦截消息,Windows提出了钩子的概念。钩子(Hook)是Windows消息处理机制中的一个监视点,钩子提供一个回调函数。当在某个程序中安装钩子后,它将监视该程序的消息,在指定消息还没到达窗口之前钩子程序先捕获这个消息。这样就有机会对此消息进行过滤,或者对Windows消息实现监控。-Windows application is based on the message-dri
InlineHook
- 用全局钩子注入,用5字节跳转HOOK了封包发送接收的几个函数-With the overall hook implantation, with 5 bytes of the packet sent Jump HOOK received several function
ocxEditT
- 1.ocx 和相应的网页(a.html) 2.代码实现ie6一直存在的ocx在网页中刷新问题,特别是解决了滚动网页(即鼠标滚动或拖动滚动条)时的刷新问题 3.由于ie会截获一些功能键,这个加了个鼠标和键盘的hook,特别是退格键 4.重载了一个编辑框,用以接收数据 5.对VK_LEFT VK_RIGHT 的实现不大好,有解决办法的,请回复,谢谢~-1.ocx and the corresponding page 2. Code to achieve the ocx persist
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 ~!
inject
- 钩子程序,替换windows的发送和接收函数,捕获数据包-Hook procedures, to replace the windows to send and receive function, packet capture
HookFunc
- 载获API函数,获取字符串这个例子就是通过Hook几个最基本的字符串输出函数,以获得系统所有文字的例子! 获取到字符串后,将以WM_COPYDATA消息发送到接收窗口,所以接收窗口需自定义一下接收函数。 -Previously approved API function to get the string in this example is the string through the Hook a few basic output function to obtain all
SalverProject
- 1.通过hook接收系统鼠标信息 2.系统托盘 3.设置透明窗口 4.隐藏显示WINDOWS系统任务栏 5.系统中第一个进程的信息处理-1. By hook mouse receiving system information 2. The system tray 3. To set a transparent window 4. Hide Show WINDOWS system tray 5. System, the first process of information p
Informationexchangewithinsystem(receiver)
- 本易语言代码用于系统内部信息交换的接收,返回接收到的系统内部信息-The code for easy language for information exchange within the system to receive and return the received information within the system
keycontrol
- 使用键盘钩子来接收键盘上的所有输入,进行键盘控制,可以使用这样的功能来做游戏*等-Use the keyboard hook to receive all input on the keyboard, the keyboard controls, you can use this function to do the game plug-in, etc.
client
- U盘小偷 代码里面有很多不足,关于文件传输的协议的设计楼主基本就是用sleep()解决的,客户端一股脑的发过来,接收端一股脑的接收-shutdown,file copy。。。。。。。
FYSM2
- vb usb 扫码枪接收程序源代码 能够记录usb模拟键盘的信息,vb hook键盘-VB USB code scanning gun receive source code to record USB analog keyboard information, VB hook keyboard
eivirenment
- STM32F103串口发送接收C程序,keil开发环境,程序包含编译后全部内容-STM32F103 serial port to send and receive C program, keil development environment, the program contains the compiled all the content