搜索资源列表
softkeyboard
- 软键盘,其中包括定义的基本字母和数据的软键盘,可以自己根据需要增加按键-soft keyboard, including the definition of basic alphanumeric data and the soft keyboard can be required to increase their keys
apihooktest2
- 一、前言 前一段时间发表了一篇文章 “Hook API 工具”,没有附带主程序的源代码,这几天翻出来代码加了些注释,现在补上。不过大家还是最好看看牛的书,书上讲解很详细。 二、对代码的简单说明 总共3个工程,1个主程序,1个HookDll, 1个例子Dll。主程序负责启动进程,并将 HookDll 注入。还有一些额外的功能,比如显示 Log, 例子Dll的信息,导出函数等,HookDll 在 DllMain 启动的时候根据配置钩住指定的 API 函数 三、这
VB6_SSubTmr_Source_Code
- 可以方便的截取windows消息,充分满足自定义要求,方便实用-can facilitate the interception of windows news, since the definition of fully meet requirements, facilitate practical
MessageHelper
- 整理的Win32 C#声明文件 包含消息定义和一些API定义-finishing the statement Win32 C# definition file contains information and some API definition
hookyou_1
- 本文(其实是随笔)和实例代码描述的内容主要包括:API拦截,消息钩子,枚举子窗体,注册系统热键。其中消息钩子、API拦截、枚举子窗体实现代码在dll中,注册系统热键代码实现在测试exe中,另外exe代码段还涉及自定义消息和系统栏图标。希望对你有用-paper (actually essay) and example code descr iption of the contents include : API interception, news hook, except for the for
NoKill
- VC写的一个DLL.主要用来提供给C#调用,因为C#不支持全局钩子..自定义方法实现简单进程防杀.(Hook原理)-VC to write a DLL. Is mainly used to C# to call, because C# does not support global hooks .. Since the simple process of definition of methods to achieve anti-killing. (Hook Principle)
HookProtectProcessLib
- 防止进程被结束 任务管理器的“结束任务”实际上就是强制终止进程,它所使用的是一个叫做TerminateProcess()的Win32 API函数以下是此函数的定义(Prevent the process from being terminated The task manager's end task is actually a forced termination of the process. It uses a Win32 API function called Terminate