搜索资源列表
LoadExe.rar 注入别的进程代码示例
- 将非自身的EXE注入到其它进程控制中运行的代码。非常经典的东西。
ndishook
- NDISHOOK的示例代码 NDIS防火墙开发可参考-NDISHOOK the sample code NDIS firewall reference
msvbvm60
- 本控件采用无崩溃HOOK技术,零代码轻松实现XpCorona窗体效果(在设计时(VB6)就可以看到效果),并且可以实现窗体的透明,最上层等。完全可以跟商业控件相媲美,控件大小325K,另附工程示例 -Control adopts the collapse HOOK technology, code is easier to XpCorona Form effect (at the design (VB6) can see the effect), and forms can achieve a
winspy_package
- 向其他进程注入代码的三种方法!里面包含一篇详细介绍3种代码注入方法的文章,包含文章里示例的代码与DEMO,非常经典。
KeyboardHook
- 一个键盘钩子的示例代码,希望对大家有用,谢谢支持
ManipWindowsSrc
- 一个用HOOK钩子操纵窗口的vc.net示例代码-HOOK hook with a window manipulation of the sample code vc.net
CreateFile
- 对win32api createfile 进行inline hook的示例代码-On win32api createfile sample code for inline hook
ApiHook
- API Hook示例代码:用来将自定义的 Dll 注入进程空间,并钩住指定 API 函数,关于注入和钩 API 的代码,这里主要介绍如何使用这个小工具方便实现截获 API 的功能-API Hook Sample Codes
RemoteInject
- 消息钩子的注入代码,进行消息钩子的示例。-Message hook into the code
fanghuoqiang
- 这个代码给我的感觉比本站以前发出的几个代码都要好,前面几个注重于界面.这个代码则注重于功能,主要使用了多线程处理技术,菜单脚本处理技术(即不使用控件即可显示ico图标).可以拦截TCP/UDP试图发送的连接请求,以及可以抓包分析.可以自定义要拦截的TP地址和要开放的IP地址,即自定义安全规则,同时可以详细显示TCP连接信息.总之这个代码所有的网络处理技术都使用了完全VB代码,没有使用任何第三方的控件.最主要的使用了无崩溃HOOK以及安全多线程技术,值得大家和我学习,希望有志于学习安全方面的网友
CSharpKeyBoardhook
- C#键盘勾子实例以及源代码 可实现屏保效果,也可以监控用户用键盘输入的数据,原代码示例-C# keyboard hook examples and source code can be realized screensaver effects, but also can monitor the user data entered using the keyboard, the original code sample
TestGina.1.0
- 利用Gina控制Windows登录和注销,锁定,修改了MSDN示例代码的bug,经过测试在windows 2003下成功-Gina control the use of the Windows registry and log off, lock, modified the MSDN sample code for the bug, has been tested successfully in windows 2003
rdscr_demo
- Windows下的读屏软件示例代码。实现了基本的中文输入法朗读。自身不带语音库,需要运行的话要先安装IBM TTS。有兴趣的朋友可以合作一起开发完善。-This is a demo of screen reader on Windows platform.
ObjHook
- 这是一份OBJECT HOOK的示例代码,讲解了对象钩子的使用-This is a sample code OBJECT HOOK to explain the use of the object hook
hookyjhdjpzx
- 无需DLL的HOOK,键盘钩子示例,可显示键代码虚拟码。-Without the DLL HOOK, keyboard hook example, you can display the virtual key code code.
USBDiskListen
- 可以用于监视U盘插入或拨出的代码,无示例代码.-listen use driver status changed.
3338585
- 完成端口服务器示例,代码简洁易懂,给初学者最好的礼物-The completion port server example, the code is concise and easy to understand, the best gift for beginners
Global_Hook
- 通过代码示例介绍如何实现Windows系统的全局hook钩子。(Through the code example, describes how to implement the global hook hook of the Windows system)
InsertDll
- 远程注入系统进程, 并提升权限, 稳定效率, 示例代码全(Remote injection system process, And enhance permissions, Stability efficiency, Sample code complete)
hook
- 钩子(Hook),是Windows消息处理机制的一个平台,应用程序可以在上面设置子程以监视指定窗口的某种消息,而且所监视的窗口可以是其他进程所创建的。当消息到达后,在目标窗口处理函数之前处理它。钩子机制允许应用程序截获处理window消息或特定事件。该代码包含较为全面的示例。(Hook (Hook), Windows message processing mechanism is a platform, applications can be set on the procedure to mo