资源列表
anit
- Windows应用程序是基于消息驱动的,任何线程只要注册窗口类都会有一个消息队列用于接收用户输入的消息和系统消息。为了拦截消息,Windows提出了钩子的概念。钩子(Hook)是Windows消息处理机制中的一个监视点,钩子提供一个回调函数。当在某个程序中安装钩子后,它将监视该程序的消息,在指定消息还没到达窗口之前钩子程序先捕获这个消息。这样就有机会对此消息进行过滤,或者对Windows消息实现监控。-Windows application is based on the message-dri
IsApiHook
- 检测是否被apihook了Read和WriteProcessMemory,防止有人通过apihook盗取重要内容-Test is being apihook the Read and WriteProcessMemory, prevent someone steal apihook important
VCHookDemo
- VC++全局钩子的实现,能够是实现全局钩子的 鼠标取词,get word。利用Windows API钩子技术实现全屏幕取词。 vc++编写的鼠标键盘消息的拦截程序,运用钩子实现-the global hook of VC++ Demo
socket-hook
- 可以钩住一般的套接字函数,可以钩住一般的套接字函数 可以钩住一般的套接字函数 可以钩住一般的套接字函数-it can hook the socket api!!!
Scylla_Imports_Reconstruction_v0.5a_SRC
- IAT Reconstructor SRC
hook-api
- 利用全局钩子,将操作系统API地址修改为自定义的函数,使用完成后,再将地址修改为之前的操作系统API地址-Use global hook, the operating system API address changes for custom functions, using complete, then the address changes for the operating system API address before
VBhook.rar
- 写了一个键盘钩子,利用了vb api函数GetAsyncKeyState,能够准确的截取没有加密的键盘记录,送给大家学习。,Write a keyboard hook, using a vb api function GetAsyncKeyState, accurate interception can not keyloggers encrypted, sent to them to learn.
apihook.rar
- 一个钩子程序,使用detours实现对记事本的退出事件的截获,可供入门人参考,A hook procedure, the use of detours to achieve exit Notepad events intercepted for entry reference
eeeee.rar
- 屏蔽键盘和鼠标的使用先生成一个DLL文件,把dll放到Hello的 debug目录下即可实现,Shielding the use of keyboard and mouse into a DLL file President, Hello to dll into the debug directory can be realized
KeyMouseHook.rar
- 鼠标、键盘钩子,可以禁用鼠标、键盘。此钩子为全局钩子。,Mouse, keyboard hook, you can disable the mouse, keyboard. The hook for the overall hook.
keyboardHook.rar
- 通过HOOK截获键盘,可以记录键盘按键information ,HOOK intercepted through the keyboard, you can record the keyboard keys information
Createprocess.rar
- 创建进程提醒,挂起恢复进程,是一个不错的程序,,Create a process to remind, hang recovery process, it is a good procedure,