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

搜索资源列表

  1. 钩子函数例子

    0下载:
  2. This the example from Iczelion s Win32 Assembly Tutorial part 24. In order to assemble the example, you have to have ml.exe, link.exe and nmake.exe in your path. If they re not in the path, you will have to edit makefile to include the full path. You
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:7276
    • 提供者:风影
  1. Handle

    0下载:
  2. 消息拦截实现仿真录入,包括Edit,Combobox,DateTimePicker,取得控件类,枚举控件类-news interception simulation logging, including Edit, Combobox, DateTimePicker, made Controls category, except Control category
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:378415
    • 提供者:三儿
  1. SnatchText

    0下载:
  2. 该程序可以攫取金山词霸的编辑窗口的文本。-the procedure can grab Kingsoft the text edit window.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:2155684
    • 提供者:gwas
  1. GetListViewTxt

    0下载:
  2. 通过钩子勾住其他应用程序,达到获取其他应用程序显示出来的Edit,listbox,listctrl的文本.-metal hook through other applications, access to other applications show the Edit, listbox, listctrl text.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:100120
    • 提供者:陈启华
  1. secretsafe

    0下载:
  2. 此程序主要功能是防止密码盗用,主要是通过动态创建一有EDIT类,利用HOOK技术,不让别人盗取密码-main function of this program is to prevent misappropriation passwords, mainly through the creation of a dynamic category is EDIT, HOOK use of technology, not allowing people to steal passwords
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:1187682
    • 提供者:卢丽君
  1. pwdspy_src

    0下载:
  2. 查看编辑框密码的程序源代码.通过设置消息勾子实现.-View password edit box of source code. By setting the news hook to achieve.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:39458
    • 提供者:a278972
  1. ocxEditT

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

    • 发布日期:2017-04-02
    • 文件大小:38359
    • 提供者:qiangl
  1. HookSpy_src

    0下载:
  2. 使用钩子获取窗口或控件的详细信息。句柄,文本(或编辑框的密码)所属线程等。-Window or use the hook to obtain detailed information on controls. Handle, text (or edit the password box), such as their threads.
  3. 所属分类:Hook api

    • 发布日期:2017-04-03
    • 文件大小:12020
    • 提供者:徐俊飞
  1. WordEditionHook

    0下载:
  2. 本程序为测试版,实现软件“谷歌金山词霸合作版”的鼠标屏蔽,并同时提供相关窗口句柄以及该软件编辑框用户输入内容(通过弹出对话框)-This procedure is a demo of “Google co-operation PowerWord Edition”.It provides mouse shield, and at the same time provide some window handles as well as the edit contents whiech the us
  3. 所属分类:Hook api

    • 发布日期:2017-05-27
    • 文件大小:6263129
    • 提供者:Randy
  1. MouseCheck

    0下载:
  2. 一个很好的 鼠标按键和滚轮检测程序.并可改变按钮和 edit控件颜色的代码,和cpropersheet 的应用.-a good software with mouse key and scroll checking.change the button and edit controller color and cpropersheet code!
  3. 所属分类:Hook api

    • 发布日期:2017-05-25
    • 文件大小:8452911
    • 提供者:jc
  1. hookin1

    0下载:
  2. 全包 All-in-1 hook范本以作为自动测试程式开发之用.能钩定特定程式的button和edit field事件。并能重新播放。 范本包括: 1.测试经理 (hook) 2.钩dll (hdll) 3.样本子程式 (child) 请参考 README.TXT- All in 1 Hook template for capturing the button and edit field events of a particular program. And a
  3. 所属分类:Hook api

    • 发布日期:2017-04-26
    • 文件大小:36614
    • 提供者:ac220v
  1. PasswordSpy

    0下载:
  2. PasswordSpy 程序最有趣的部分其实是使用 SetWindowsHookEx API.函数设置Windows 钩子。利用该函数你可以将钩子安装到操作系统中或者某个特定的进程中。钩子的种类有很多种,每种钩子作用也不尽相同,用来监视特定的一组事件。当某一类事件发生时,钩子代码被调用。PasswordSpy使用WH_GETMESSAGE钩子,它监视对GetMessage 和PeekMessage 的调用.-PasswordSpy is a program that will allow you
  3. 所属分类:Hook api

    • 发布日期:2017-03-27
    • 文件大小:39795
    • 提供者:yuan
  1. keyhook

    0下载:
  2. 局部远程截获键盘,可以截获按键,并显示在编辑框中,用socket 做的-Local remote capture keyboard keys can be intercepted and displayed in the edit box, to do with the socket
  3. 所属分类:Hook api

    • 发布日期:2017-04-16
    • 文件大小:283437
    • 提供者:杨影枫
  1. vb-memory-edit-sendkeys

    0下载:
  2. vb 内存读取 修改 最 简单 有效 键盘发送 -Memory edit sendkeys
  3. 所属分类:Hook api

    • 发布日期:2017-03-27
    • 文件大小:57606
    • 提供者:yanglc
  1. Hook-applications

    0下载:
  2. 这是一个hook程序,还带有一个界面,挺好的适合初学者。实现的功能是勾出Edit空间中被隐藏的字符-This is a hook, but also with an interface, very good for beginners.
  3. 所属分类:Hook api

    • 发布日期:2017-11-27
    • 文件大小:3384667
    • 提供者:朱焕俊
  1. HOOK

    0下载:
  2. 本例中,以F键和W键为测试键。 点击“安装键盘钩子”以后,在上面编辑框中可以进行测试,按F键将会输出一段文本。按W键则会失效。 点击“卸载键盘钩子”以后恢复正常。-In this example, the F key, and W to the test button. Click "Install keyboard hook" after the edit box at the top can be tested, press the F key will output a pie
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:71053
    • 提供者:赵云峰
  1. keyboard-hook

    0下载:
  2. 类似按键精灵,可编辑脚本来指导执行内容。单击、双击、左右键、自动运行指定程序-Similar Wizard button, you can edit the scr ipt to guide the implementation of the content. Click, double click, left and right keys, automatically run the specified program. . .
  3. 所属分类:Hook api

    • 发布日期:2017-05-04
    • 文件大小:1511959
    • 提供者:cash
  1. cktogf

    0下载:
  2. An article on how to write an Edit control used for HEX and,-An article on how to write An Edit control, informs the for HEX and,
  3. 所属分类:Hook api

    • 发布日期:2017-12-13
    • 文件大小:4392
    • 提供者:pahddq
搜珍网 www.dssz.com