搜索资源列表
简单钩子(hook)示例
- 很简单的钩子程序,希望对初学者有所帮助, 作为软件开发人员,希望大家重视技术的学习,而不要做违背道德的事,钩子就是试金石-very simple hook program, and I hope to help beginners, as software developers, we hope that the importance of learning technology, and not be contrary to morality, the hook is the touchs
InnerHoo1111111111111111111k
- 一个远程的HOOK示例,适合初学者学习研究之用
notebookHook(run_notebook_first)
- 一个简单的示例,供学习钩子的人参考,首先运行记事本,然后运行本程序以后,可以发现记事本的输入已经改变了-A simple example of reference for the study of people hook, first run Notepad, and then run the program later, you can find Notepad input has changed
KeybdHook.
- 一个十分完整的键盘钩子示例,适合初学者学习,DLL和EXE通讯使用了自定义消息以及共享内存。-A very complete example of the keyboard hook, suitable for beginners to learn, DLL and EXE communications using a custom message, as well as shared memory.
fanghuoqiang
- 这个代码给我的感觉比本站以前发出的几个代码都要好,前面几个注重于界面.这个代码则注重于功能,主要使用了多线程处理技术,菜单脚本处理技术(即不使用控件即可显示ico图标).可以拦截TCP/UDP试图发送的连接请求,以及可以抓包分析.可以自定义要拦截的TP地址和要开放的IP地址,即自定义安全规则,同时可以详细显示TCP连接信息.总之这个代码所有的网络处理技术都使用了完全VB代码,没有使用任何第三方的控件.最主要的使用了无崩溃HOOK以及安全多线程技术,值得大家和我学习,希望有志于学习安全方面的网友
SSDTHookTest
- SSDT Hook 简单示例 Hook Native Api ZwQuerySystemInformation 达到隐藏cmd.exe进程的效果,进程名没有大小写限制。(学习agony RootKit的成果)-The SSDT Hook, Native Api the ZwQuerySystemInformation native API to hide the effects of the cmd.exe process, process name is not a case limit.
hook
- 非常有趣的全局鼠标钩子,对于学习钩子很有帮助,包含钩子Dll源码和调用钩子的示例程序源码。-Very interesting global mouse hook for learning hooks helpful, sample program source code contains hooks Dll source code and call the hook.
fullscreenshots
- 全屏截图程序,比较简单的示例程序用来学习入门vc编程-Fullscreen screenshot procedure is relatively simple sample program for learning portal vc programming
EasyHook 2.6 Binaries
- 最近一段时间由于使用MinHook的API挂钩不稳定,经常因为挂钩地址错误而导致宿主进程崩溃。听同事介绍了一款智能强大的挂钩引擎EasyHook。它比微软的detours好的一点是它的x64注入支持是免费开源的。不想微软的detours,想搞x64还得购买。 EasyHook提供了两种模式的注入管理。一种是托管代码的注入,另一种是非托管代码的注入。我是学习C++的,所以直接学习了例子中的非托管项目UnmanagedHook。里面给了一个简单的挂钩MessageBeep API的示例(D