CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 钩子与API截获 搜索资源 - focus

搜索资源列表

  1. TrackUserIdle_src

    0下载:
  2. 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
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:5.01kb
    • 提供者:l
  1. rawinput

    0下载:
  2. 主要流程: 1、向系统注册一个或者多个原始输入设备 2、在你注册的原始输入设备数据发生变化时,系统发送一个消息及新数据到你的进程 3、调用GetRawInputData或者GetRawInputBuffer来获取这些数据 简单修改了下,把一些不需要的信息去掉了,把头文件稍微改了下,因为有些人的SDK有点旧。然后加了当前键盘焦点窗口判断(很简单的实现,但是用起来很方便:)。 -main processes : 1, the registration system to o
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:18.22kb
    • 提供者:李大叶
  1. GETDATA

    0下载:
  2. 自动获取系统任意进程输入框中的数据 钩子使用 截获键盘输入和控件焦点消息 全局共享内存-Any process of automatic acquisition system, the data input box, hook the keyboard input and control using the intercepted messages focus global shared memory
  3. 所属分类:Hook api

    • 发布日期:2017-03-24
    • 文件大小:56.98kb
    • 提供者:moto
  1. globalmousehook

    0下载:
  2. 这是一个全局鼠标钩子的应用,运行之后可以在桌面乱画直线,主要重点在于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
  3. 所属分类:Hook api

    • 发布日期:2017-04-07
    • 文件大小:65.09kb
    • 提供者:Roy
  1. FocuseTitalName

    0下载:
  2. 自动获取当前焦点程序的名称-Automatically get the name of the current focus
  3. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:10.96kb
    • 提供者:wenxin
  1. shubiaogouzi

    1下载:
  2. 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
  3. 所属分类:Hook api

    • 发布日期:2017-04-07
    • 文件大小:2.6kb
    • 提供者:陆飞讯
  1. lainline_log

    0下载:
  2. 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
  3. 所属分类:Hook api

    • 发布日期:2017-03-31
    • 文件大小:798.89kb
    • 提供者:lainline
  1. VC-HOOK

    0下载:
  2. 针对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.
  3. 所属分类:Hook api

    • 发布日期:2017-03-31
    • 文件大小:241.86kb
    • 提供者:tony
  1. fanghuoqiang

    0下载:
  2. 这个代码给我的感觉比本站以前发出的几个代码都要好,前面几个注重于界面.这个代码则注重于功能,主要使用了多线程处理技术,菜单脚本处理技术(即不使用控件即可显示ico图标).可以拦截TCP/UDP试图发送的连接请求,以及可以抓包分析.可以自定义要拦截的TP地址和要开放的IP地址,即自定义安全规则,同时可以详细显示TCP连接信息.总之这个代码所有的网络处理技术都使用了完全VB代码,没有使用任何第三方的控件.最主要的使用了无崩溃HOOK以及安全多线程技术,值得大家和我学习,希望有志于学习安全方面的网友
  3. 所属分类:Hook api

    • 发布日期:2017-03-28
    • 文件大小:374.47kb
    • 提供者:黄俊凯
  1. home

    0下载:
  2. 取焦点窗口句柄或者枚举父窗口和子窗口的句柄。-Take the focus window handle or enumerate the parent window and child window handle.
  3. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:2.98kb
    • 提供者:xvppd
  1. keypress

    0下载:
  2. * 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
  3. 所属分类:Hook api

    • 发布日期:2017-11-13
    • 文件大小:8.62kb
    • 提供者:emoticon
  1. KeyBoardHook20130306

    0下载:
  2. 系统级键盘钩子 可以通过快捷键注入文本到别的焦点-System-level keyboard hook can be injected through the shortcut text to another focus
  3. 所属分类:Hook api

    • 发布日期:2017-05-12
    • 文件大小:2.63mb
    • 提供者:huayang
搜珍网 www.dssz.com