资源列表
freedict.zip
- 马飞涛的屏幕抓词程序,无源代码,但含一DLL
HideCat
- 简单的老板键,指定窗口名称,快速隐藏窗口-Simple boss key, specify the name of the window, quick hide windows
getHZforPinyin_DLL
- 根据输入的拼音自动查找相对应的汉字的动态链接库。可以用于查询或者输入,尤其当在下拉列表中输入汉字时,可以只输入拼音,然后显示汉字。-Automatically find the corresponding Chinese characters based on the dynamic link library Pinyin input. Can be used to query or input, especially when input Chinese characters in the d
NotepadHook2
- 消息钩子调用, 打开记事本时, 记录消息到文件c:\key.log-Message hook called, open Notepad, the log messages to a file c: \ key.log
Spy_Idle
- 实现监控我们的操作系统是否处于空闲状态,这里主要是在一定的时间内是否有鼠标或键盘事件发生,如果没有就判定为空闲状态-Monitor and control our operating system is in an idle state, here in a certain period of time whether there is a mouse or keyboard event occurs, if not determined to be idle
DLLaPI
- 详细的笔记。记截着如何注入到没有权限的CSRSS进程,但是注意一般不要注入到CSRSS要不然会蓝屏-Detailed notes. Remember how to cut into without permission CSRSS process, but generally do not pay attention or else will be injected into the blue screen CSRSS
VFD_KEY
- 关于用Delphi7下设置挂钩函数,记录键盘信息-on with the next set Delphi7 link function, keyboard record information
api_hook-master
- api hook 的一个实例,功能自己探索吧-a example of api hook
dll-inject
- DLL injection for delphi
KeyboardHook
- 键盘钩子是通过keyboard.cs中的KeyboardHook类来建立和管理的。这个类实现了IDisposable接口,因此,实例化它的最简单的方法是在应用程序的Main()方法中使用using关键字来封装Application.Run()调用。
keyvalue
- 可以测试键盘上所有按键的键值,包括所有的组合键。-Can test the keyboard keys all the key value, including all the key combination.
API-Hook
- Win32 API Hook 示例,例子中注释非常详细,简单易懂。本例子中实现了对MessageBox 函数进行Hook , 当然你也可以Hook其他API,只需小小的修改即可。 -Win32 API Hook examples, case notes are very detailed, very easy to understand. In this case realized MessageBox function Hook, of course, you can Hook the