资源列表
6546545465
- 阻止使用Ctrl+Alt+Del,关机,注销,重启,等操作-Prevent the use of Ctrl+ Alt+ Del, shut down, logoff, restart, and other operations
Keyboard-hook
- 键盘钩子是一种可以监控键盘操作的指令,可以简单记录键盘上输入的字符操作,会在文本上形成记录,但是对于像qq输入的用户名和密码做过数据处理的记录无效。-Keyboard hook is a way to monitor the operation of the keyboard commands, you can simply record the operation input characters on the keyboard will be recorded in the form of
NtMapViewOfSection
- 最新的C++写的NtMapViewOfSection注入工具,经过长时间测试完全稳定可靠。值得大家使用。-The latest written in C++, NtMapViewOfSection injection tool, after a long test completely reliable. Worth using.
long-shadow-smooth
- long sadow grnerator fo r photoshop
FlipClock-master
- 时钟倒计时可以改变倒计时的时间是一个很棒的程序希望大家可以采纳。-this is a clock.it is very good.
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! !
HookAPI-demo
- HookAPI,挂载API函数,截获键盘鼠标消息。-Hook API, mount the API function, intercepting keyboard mouse messages.
C++builder键盘钩子源码
- C++builder键盘钩子源码。用hook技术编写,监控键盘输入内容。