资源列表
InnerHook
- MFC 钩子截获鼠标和键盘(空格,回车)响应 g_hMouse = SetWindowsHookEx(WH_MOUSE,MouseProc,NULL,GetCurrentThreadId()) -MFC hook intercepting mouse and keyboard (space, Enter) response
DLL-and-Hook-sample
- Hook Example Win32 Api C-Hook Example Win32 Api C++
DetoursPro
- detour pro 3.0 可以使用在64位的系统上-detour 3.0 x64
dll_Injection
- 用vc写的一个dll注入,如果要修改某些程序的数据,找好基址,封装成函数放在dll中即可,控件是自绘的,界面还算可以吧-Vc used to write a dll injection, if you want to modify the data of some programs, to find a good base address on the package as a function of the dll can, control is self-painted, the inter
zhuruu
- 无需任何模块直接可以注入的一个好东西-Without any module can be directly injected into a good thing! !
Dibllo2_sig202_src
- 暗黑破坏神2,通过调用WindowsAPI函数。实现内存修改。查找基址,修改字节。-Diablo 2, by calling the Windows API function. Implement memory changes. Find the base, modify bytes.
HookAPI-demo
- HookAPI,挂载API函数,截获键盘鼠标消息。-Hook API, mount the API function, intercepting keyboard mouse messages.
C++builder键盘钩子源码
- C++builder键盘钩子源码。用hook技术编写,监控键盘输入内容。
kill_script
- c++编写,用于找到某标题的窗口的句柄,并在几秒内将该窗口强制关闭的脚本。可用于防止打开某应用,如-kill some window
keylogger
- Python 实现键盘Hook 记录* 可以改为锁住键盘-Python Keyboard Hook API
screenshotter
- Python 截取屏幕快照 API 基于Windows GDI-Python Screen Shotter Windows GDI
SocksCap
- 网页代理功能,利用HOOK API技术替换wsock32.dll中的connect函数,达到类似sockscap的功能c-like sockscap