搜索资源列表
窗口捕获
- 用于查找窗口控件的句柄,delphi例程
zhuru.dll注入的源代码
- 一个dll注入的源代码,通过找窗口句柄,HOOK,热键呼出封装在dll中的窗体,A dll into the source code through to find window handle, HOOK, exhaled hotkey is packaged in a form in dll
hookyou
- 特别说明:本程序目的是更改其他程序窗口的显示内容(如数值)。用枚举主窗口和子窗口的方法只能找到有句柄的控件,发消息进行更改。对无句柄的控件就无能为力了,在spy++里都无法枚举Delphi/BCB/VB的label控件的只能采用截获TextOut的方法了,没想到其他更好的办法:-)这种就是所谓的屏幕取词技术了,金山词霸用的就是这种方法。-Special Note: This procedure aims to change the window display of other content
WinDetector
- Windows探测器是一款窗体句柄监控,进程监控,输入监控于一体的软件开发辅助软件.-Windows detector is a form handles monitoring, process monitoring, input monitoring in one software development supporting software.
11
- 面对面 木马生成器 完整代码 程序仅提供测试学习 全局钩子查找句柄截获 使用ASP收信 收信地址明文(测试而已没加密) //本软件主要是截获账号和密码 带了个简单发信 代码仅技术交流使用 -Face-to-face wooden horse generator
200752816233843
- 此程序是防止学生在机房玩游戏的功能,利用黑名单句柄来做对比,可以衍生为公司的智能监控-This procedure is to prevent the students in the function room to play games, handle to make use of a blacklist contrast, can be derived for the company' s intelligent monitoring
delphi_form_get_hwnd_classname_title
- DELPHI获得作用窗体的,窗体句柄,类名,以及标题。此源码可用于WIN 窗体 API学习。-DELPHI was the role of form, the form handle, class name, as well as the title. WIN this source can be used to study the form API.
littleTools
- Delphi 窗口句柄查看器+源代码,查看所有可视的窗口句柄,包括Windows桌面(Progman句柄)、任务栏、托盘区、所有可视的控件的句柄,还有它的继承类等等,总之可以把它当作是一个小工具来使用。-The the Delphi window handle viewer the+ source code view all visible window handle, including the the Windows desktop (Progman handle), the taskbar
Delphi-back-monitor
- 一、把当前进程变为一个系统服务: 目的是在任务列表中把程序隐藏起来。调用API函数RegisterServiceProcess实现。 二、定义全局热键(本例中定义热键Ctrl+Del+R),步骤: 1、定义捕获Windows消息WM_HOTKEY的钩子函数,即:procedure WMHotKey(var Msg : TWMHotKey) message WM_HOTKEY 2、向Windows加入一个全局原子 Myhotkey:
delphi-spy4win
- 通过控件ID得到控件的句柄对外部程序并进行操作,实例中是对VC与VB程序进行操控.-using ID to locate the handle.
delphigjinstance
- Delphi禁止运行程序多个实例,程序先初始化参数,然后判断程序是否已经运行,得到程序的句柄,若发现多个句柄,就只运行一个句柄,程序也就始终保持一个窗口。-Delphi is prohibited to run multiple instances of the program, the program first initialization parameters, and then determine whether the program is already running, get a
自动无策略
- Delphi编写的股票数据获取及自动交易程序,查看当前所开窗口内所有控件句柄(Delphi's stock data acquisition and automatic trading program to view all control handles within the current window.)