搜索资源列表
rawinput
- 主要流程: 1、向系统注册一个或者多个原始输入设备 2、在你注册的原始输入设备数据发生变化时,系统发送一个消息及新数据到你的进程 3、调用GetRawInputData或者GetRawInputBuffer来获取这些数据 简单修改了下,把一些不需要的信息去掉了,把头文件稍微改了下,因为有些人的SDK有点旧。然后加了当前键盘焦点窗口判断(很简单的实现,但是用起来很方便:)。 -main processes : 1, the registration system to o
Keylogger-and-sends-the-information
- *并发送指定邮箱实现信息窥探,这个程序我写了很长时间的,大家也支持一下吗........ -Keylogger and sends the information to achieve the specified mailbox snooping
Keyboard_hook
- 用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
HookDll
- // NtDeviceIoControlFile的HOOK函数 // ws2_32.dll的send , recv最终会调用到mswsock.dll内的数据发送函数 // mswsock.dll会调用NtDeviceIoControlFile向TDI Client驱动发送Send Recv指令 // 我们在这里做拦截,可以过滤所有的TCP 收发包(UDP之类亦可,不过要更改指令) // Hook mswsock.dll导出表的Ntdll!NtDeviceIoControlFile