搜索资源列表
delphi实现屏幕图像捕捉
- 屏幕的捕获其实就是抓屏程序,原理是获取桌面句柄,创建画布,最后进行位图存储。-screen capture is actually Capturing the Screen procedures and the principles of access to the desktop handle, the creation of canvas, for the final bitmap storage.
AFXRootkit2005
- 一个用delphi开发的开源rootkit代码,可以隐藏文件,目录,进程,句柄等信息。-used to develop an open-source code rootkit can hide files, directories, processes, handle such information.
ckjb
- 窗口句柄Delphi源码!能显示所选窗口的句柄!欢迎下载-window handle Delphi source! Showing selected window handle! Welcome Download
窗口隐藏delphi源代码
- 程序获得其他运行程序的窗口句柄后,可以将其隐藏。此为程序源码,供学习参考用。
窗口捕获
- 用于查找窗口控件的句柄,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
enumfilehandle
- 枚举系统中所有已打开文件的句柄,有时一个文件删不掉,可能是文件句柄没有释放,可以用它来寻找哪个进程打开了文件,结束这个进程或者关掉句柄就可以了-Enumerate the system to handle all open files, and sometimes can not afford to delete a file, it may not release the file handle, you can use it to find which process opens a fil
changes
- 找了很长一段时间都没有获取子窗体控制其控件的代码。自己改了一份分享给大家!获取句柄后可以自定义TListView需要修改的控件坐标来达到控制目的-Looking for a very long time do not get the subform control its control code. Own a share for everyone to change! Get a handle custom TListView after the control coordinates nee
spy
- delphiSPY++简化代码,获取窗口以控件句柄-delphiSPY++ to simplify the code to control access to the window handle
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.
Anti-Loader
- Anti-Loader... ...Anti-Loader示例 ├──PEB................利用TEB检测 ├──FindWindow.........查找句柄检测 ├──IsDebuggerPresent..利用IsDebuggerPresent检测 ├──Parent.............检查父进程 └──STARTUPINFO........检查STARTUPINFO结构-Anti-Loader ... ... Anti-Loader ex
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
GetHandleTitleClassName
- 在自己的程序中获取任意其他窗口的标题、类名、句柄,把这段代码加到自己的窗体代码中去就可以了-In their own programs to get any of the other window' s title, class name, handle, put the code added to form their own opinions on the code can be a
btn_sender
- 取得窗体或者控件句柄以后,直接发送按键消息的程序。 -After get the handle of the window, Send the bm_click message to the window sustaining
Delphi
- 抓取窗口句柄程式,可以抓取软件的窗口句柄,可做为编程式助手使用.-Grab the window handle of the program, you can grab the handle of the window of the software can be used as a programming assistant.
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.
Delphi-back-monitor
- 一、把当前进程变为一个系统服务: 目的是在任务列表中把程序隐藏起来。调用API函数RegisterServiceProcess实现。 二、定义全局热键(本例中定义热键Ctrl+Del+R),步骤: 1、定义捕获Windows消息WM_HOTKEY的钩子函数,即:procedure WMHotKey(var Msg : TWMHotKey) message WM_HOTKEY 2、向Windows加入一个全局原子 Myhotkey: GlobalAddAtom(’MyHotkey’