搜索资源列表
TrackUserIdle_src
- The approach used here is really a simple one. We intercept the mouse and keyboard activities of the user by hooking into the OS s mouse and keyboard events using the API SetWindowsHookEx(). It is important to note that the hooks we are installing ar
rawinput
- 主要流程: 1、向系统注册一个或者多个原始输入设备 2、在你注册的原始输入设备数据发生变化时,系统发送一个消息及新数据到你的进程 3、调用GetRawInputData或者GetRawInputBuffer来获取这些数据 简单修改了下,把一些不需要的信息去掉了,把头文件稍微改了下,因为有些人的SDK有点旧。然后加了当前键盘焦点窗口判断(很简单的实现,但是用起来很方便:)。 -main processes : 1, the registration system to o
GETDATA
- 自动获取系统任意进程输入框中的数据 钩子使用 截获键盘输入和控件焦点消息 全局共享内存-Any process of automatic acquisition system, the data input box, hook the keyboard input and control using the intercepted messages focus global shared memory
globalmousehook
- 这是一个全局鼠标钩子的应用,运行之后可以在桌面乱画直线,主要重点在于DLL的生成,钩子的应用-This is the application of a global mouse hook, run a straight line, after you can doodle on the desktop, the main focus lies in the generation of DLL, hook the application of
FocuseTitalName
- 自动获取当前焦点程序的名称-Automatically get the name of the current focus
shubiaogouzi
- VB编写,全局鼠标钩子,在XP sp3下用VB6测试成功,主要功能为:在看不见程序本身(失去焦点)时,鼠标单击任意地方产生事件-VB preparation, global mouse hook, with VB6 in XP sp3 successfully tested under the main functions are: the invisible process itself (loss of focus), the mouse click anywhere in producin
lainline_log
- autoit v3 制作 lainline 界面事件记录工具 记录以下事件 :1窗体创建 2消减窗体 3鼠标左击 4鼠标右击 5鼠标双击 6键盘事件 7鼠标拖动 8滚轮上滚 9滚轮下滚 10滚轮按下 截图 11鼠标图标改变 12窗体焦点变化 网页格式保存 版本信息 多语言支持 回放 13窗口显示 14窗口隐藏 15控件焦点变化-autoit v3 interface, event logging tools ma
VC-HOOK
- 针对Hook( 钩子)技术在VC编程中的应用进行讨论,并着重对应用比较广泛的全局Hook 做了阐述。-For the Hook (hook) in VC Programming for discussion and focus on the application of a broader global Hook are described in detail.
fanghuoqiang
- 这个代码给我的感觉比本站以前发出的几个代码都要好,前面几个注重于界面.这个代码则注重于功能,主要使用了多线程处理技术,菜单脚本处理技术(即不使用控件即可显示ico图标).可以拦截TCP/UDP试图发送的连接请求,以及可以抓包分析.可以自定义要拦截的TP地址和要开放的IP地址,即自定义安全规则,同时可以详细显示TCP连接信息.总之这个代码所有的网络处理技术都使用了完全VB代码,没有使用任何第三方的控件.最主要的使用了无崩溃HOOK以及安全多线程技术,值得大家和我学习,希望有志于学习安全方面的网友
home
- 取焦点窗口句柄或者枚举父窗口和子窗口的句柄。-Take the focus window handle or enumerate the parent window and child window handle.
keypress
- * Parameters: * key : virtual keycode of the key to send. For printable * keys this simply the ANSI code (Ord(character)). * shift : state of the modifier keys. This is a set, so you * can set several of these keys (shift, control, alt, * m
KeyBoardHook20130306
- 系统级键盘钩子 可以通过快捷键注入文本到别的焦点-System-level keyboard hook can be injected through the shortcut text to another focus