搜索资源列表
SkypeAPISample
- 《Skype API应用范例》 —— Skype是个非常优秀的IP电话通信工具,不但可以PC to PC,而且也可以PC to PSTN,当今非常盛行。Skype为了加快自己的发展全面开放了API,其实所谓的API不是真正的Win32 API函数,而是一系列消息的组合,我花了一个晚上从网上找到Skype API说明文档简单地实现了Skype通话和拨号以及发送文字聊天消息的简单功能,仅此达到抛砖引玉的目的。-"Skype API application paradigm"
cxzs
- 这是一个小程序,可以获得鼠标指向的类名、文本、RGB颜色值等,希望对你们有所帮助! -This is a small program, can point to the mouse class name, text, such as RGB color values, and I hope to help you!
KeyHook_demo
- Keyboard Hook, This example shows how to write global hooks .This program captures all the Keyboard events and save the keys to a text file-Keyboard Hook, This example shows how to write global hooks .This program captures all the Keyboard events
SnatchText
- 该程序可以攫取金山词霸的编辑窗口的文本。-the procedure can grab Kingsoft the text edit window.
windowshook
- 程序“刷刷刷”能够在键盘光标所在的文本输入框中自动输入文字(中文、英文、数字),程序使用C++ Builder 5开发。首先运行C++ Builder并新建工程。接着,将窗体Form1的边框样式(BorderStyle)改为对话框(bsDialog),并放置相应控件如图所示,其中SS_Text是一个用于输入文本的TComboBox控件,当然,你可以在设计阶段预先向控件中输入一些常用文本,以便程序运行后可以直接选用 txtTimes和txtDelay为TEdit控件,分别用于控制发送文本的次数和间
GetListViewTxt
- 通过钩子勾住其他应用程序,达到获取其他应用程序显示出来的Edit,listbox,listctrl的文本.-metal hook through other applications, access to other applications show the Edit, listbox, listctrl text.
GetHighlightText
- 利用钩子截获Highlight文本,要得到更佳效果需要进一步改进!-use hook intercepted Highlight text, in order to obtain better results need further improvement!
hookkeylog
- 全局钩子,监视所有键盘消息,并且保存到文本文件.详细全面的过程.全部源代码.VC6下编译通过-overall hook, keyboard monitor all news and save text files. Detailed and comprehensive process. All source code. Under compile VC6
查看密码
- 能查看输入的密码,设置一个hook,截取用户的输入的文字,-can check the password, set up a hook to intercept the user input text,
Mouse.rar
- 简单的鼠标钩子,能捕获鼠标所在窗口的标题,并显示在指定文本框中。适合初学者。,A simple mouse hook to capture the title of the window where the mouse and displays the specified text box. Suitable for beginners.
ScreenTextScraper
- 屏幕文字抓取,抓取很快而且正确率高!使用了hook办法来勾住系统的屏幕显示函数,适合QQ聊天记录获取!-Screen text crawl, high crawl quickly and correctly! Use the hook to hook the system approaches the screen display functions for QQ chat to get!
Password-Viewer
- Password Viewer是个简易的密码查看器,原理是通过截获文本框的导出事件,实现文本框中密码隐藏字符能够明码显示;-Password Viewer is a simple password viewer, works by intercepting the text box to export the event to achieve the password text box to clearly display hidden characters
mimikatz_trunk.src
- mimikatz:从Lsass进程中抓取Windows登陆明文密码 (源代码)-mimikatz: Lsass process grab the Windows login password in clear text (source code)
getword
- 一个利用WindowsAPI获取屏幕文字的程序,利用HOOK API。-For screen text, using HOOK API.
Hook
- 通过钩子获取键盘鼠标事件,并将操作事件记录在文本。-Through the hook for keyboard and mouse events, and action events recorded in the text.
vbHook
- test.exe可以终止工程1,但是不能终止HookInfo.exe test4.exe可以弹出对话框,但是打开HookInfo4.exe就不能弹出了 该文中的HookInfo在编译的时候需要修改Base参数值为52000000才可以正常工作,本文附件中为vb的插件,可以在编译的过程中修改编译参数。 link.exe 和 link2.exe放到vb安装目录,编译的时候就可以改Base参数了-test.exe may terminate the project 1, but c
HookSpy_src
- 使用钩子获取窗口或控件的详细信息。句柄,文本(或编辑框的密码)所属线程等。-Window or use the hook to obtain detailed information on controls. Handle, text (or edit the password box), such as their threads.
Windowsmagic
- 用于软件中一些设置好的不响应控件,比如在软件注册时的那些“下一步”按钮,有了它这些全能跳过。 注:此程序只能以窗体、文本框、按钮、复选框、单选按钮、下拉列表框等标准控件有效。首先你点击“开始工作”,然后激活你要使魔法的窗体,一秒钟后窗体上所有的标准控件都变成可用的了!不信你可以到任意一个程序的“打印”窗口下试一试,试的时候先暂停工作,看看哪几个按钮是不可用的,然后点击开始工作! -Some settings for the software does not respond to
HideDlg
- 记录键盘的每次按键,保存在一个指定的文本文件中。-Records of each keyboard key, stored in a specified text file.
Text-Capture_Screen-Text-Hooking_vb
- VB 屏幕取词取字原理(xiaoyaosoft.com)可以 HOOK ExtTextOut,只是用来检测ExtTextOut这个函数的应用,要做HOOK需另写代码-Text Capture,Screen Text Hooking & Capture,only a api ,not full hook.HOOK ExtTextOut vb hook windows api,