Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - sends
Search - sends - List
DL : 0
主要流程: 1、向系统注册一个或者多个原始输入设备 2、在你注册的原始输入设备数据发生变化时,系统发送一个消息及新数据到你的进程 3、调用GetRawInputData或者GetRawInputBuffer来获取这些数据 简单修改了下,把一些不需要的信息去掉了,把头文件稍微改了下,因为有些人的SDK有点旧。然后加了当前键盘焦点窗口判断(很简单的实现,但是用起来很方便:)。 -main processes : 1, the registration system to one or more original input device 2, You registered in the original input data equipment changes, the system sends a message and the new data to your process 3, GetRawInputData or call to obtain this GetRawInputBuffer some simple modification of the data, some of the information need not remove the head slightly changed the document, because some of the SDK bit. Then increasing the current keyboard focus window judgment (realization of a simple, but very convenient to use up :).
Date : 2008-10-13 Size : 18.22kb User : 李大叶

DL : 0
主要流程: 1、向系统注册一个或者多个原始输入设备 2、在你注册的原始输入设备数据发生变化时,系统发送一个消息及新数据到你的进程 3、调用GetRawInputData或者GetRawInputBuffer来获取这些数据 简单修改了下,把一些不需要的信息去掉了,把头文件稍微改了下,因为有些人的SDK有点旧。然后加了当前键盘焦点窗口判断(很简单的实现,但是用起来很方便:)。 -main processes : 1, the registration system to one or more original input device 2, You registered in the original input data equipment changes, the system sends a message and the new data to your process 3, GetRawInputData or call to obtain this GetRawInputBuffer some simple modification of the data, some of the information need not remove the head slightly changed the document, because some of the SDK bit. Then increasing the current keyboard focus window judgment (realization of a simple, but very convenient to use up :).
Date : 2025-12-25 Size : 18kb User : 李大叶

键盘记录并发送指定邮箱实现信息窥探,这个程序我写了很长时间的,大家也支持一下吗........ -Keylogger and sends the information to achieve the specified mailbox snooping
Date : 2025-12-25 Size : 233kb User : 李伟

用VC编写的全局鼠标键盘钩子,可在窗口隐藏的状态下实时捕获鼠标键盘消息,并发送给主程序-VC prepared by the mouse and keyboard hook global, real-time capture mouse and keyboard messages hidden in the window status and sends the main program
Date : 2025-12-25 Size : 16.51mb User : afati

DL : 0
// NtDeviceIoControlFile的HOOK函数 // ws2_32.dll的send , recv最终会调用到mswsock.dll内的数据发送函数 // mswsock.dll会调用NtDeviceIoControlFile向TDI Client驱动发送Send Recv指令 // 我们在这里做拦截,可以过滤所有的TCP 收发包(UDP之类亦可,不过要更改指令) // Hook mswsock.dll导出表的Ntdll!NtDeviceIoControlFile // 并过滤其对TDI Cilent的请求来过滤封包 // 稳定,隐蔽,RING3下最底层的包过滤~(HOOK / NtDeviceIoControlFile function Ws2_32.dll / send, recv will call to the data transmitting function in mswsock.dll / / mswsock.dll will call the NtDeviceIoControlFile to the TDI Client driver sends the Send Recv command Here we do / / intercept, can filter all receive TCP packets (like UDP but also to change the directive) Mswsock.dll / / Hook export table Ntdll! NtDeviceIoControlFile And the request of TDI / / Cilent filter to filter packets / / stability, concealment, packet filtering at the bottom of the RING3.)
Date : 2025-12-25 Size : 2kb User : q1356047
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.