搜索资源列表
LoadExe.rar 注入别的进程代码示例
- 将非自身的EXE注入到其它进程控制中运行的代码。非常经典的东西。
DLL远程注入
- VBDLL远程注入。。
zhuru.dll注入的源代码
- 一个dll注入的源代码,通过找窗口句柄,HOOK,热键呼出封装在dll中的窗体,A dll into the source code through to find window handle, HOOK, exhaled hotkey is packaged in a form in dll
usp10 利用usp10.dll 达到 注入及 HOOK 的目的
- 利用usp10.dll 达到 注入及 HOOK 的目的-Usp10.dll use to achieve the purpose of injection and HOOK
gouziDLL
- 安装DLL钩子源码,用来注入进程所用,做外挂用-Installation DLL hook source, used for injection process
ApiHook
- API Hook示例代码:用来将自定义的 Dll 注入进程空间,并钩住指定 API 函数,关于注入和钩 API 的代码,这里主要介绍如何使用这个小工具方便实现截获 API 的功能-API Hook Sample Codes
DLLremoteinject
- DLL远程注入技术范例, 详细注释说明如何把一个DLL远程注入到另外的进程里面,利用钩子监视外进程的消息。-Examples of long-range DLL injection technique, detailed notes on how to bring a long-range DLL is injected into another process which, to use hooks to monitor the news outside the process.
ktrexe
- 一个VC写的键盘记录器源代码,功能比较简单,采用的是 DLL动态库注入的方式,本程序分为两个模块,一个为EXE 加载模块,一个为DLL功能模块. 功能比较朴实,可以用于学习.-VC to write a keyboard logger source code, function relatively simple, uses a dynamic library DLL into the way, this program is divided into two modules, on
DllInjectionTest
- 纯VB写的DLL注入测试程序,内带自己写的VB编译带DLL输出函数的LINK程序-Pure VB injected DLL written test procedures, which bring their own writing with the VB compiler DLL output function of the LINK program
inject
- 一个代理软件必备的dll,一个远程注入的程序,实现注入到第三方程序中,以达到控制、监控第三方程序的作用,本程序只实现注入,其他功能在另一个dll中实现-Three Ways to Inject Your Code into Another Proce
apihooksrc
- 个ApiHook的东西 这个代码在CodeProject有下,只挂引入表的函数,注入有SetWindowHookEx和CreateRemoteThread两种方式,进程枚举也区分了不同系统下使用的psai和toolhelp,另外为了获得Process的创建消息,做了一个驱动来注册回调函数,总的来说,在注入部分做得相当棒,如果想挂各种函 数,可以结合detour使用。 -This code has CodeProject, only linked to the introduction
ExeInjection
- DLL 注入器。 远程注入DLL并且启动它-DLL injector. DLL injection and remote start it
hook
- 通过输入法 实现注入DLL 只要能用输入法的游戏都可以注入自己写的D-Through input into the DLL to achieve the input method can be used as long as the game can be written into its own DLL
DLL
- DLL注入一例,将DLL注入任一程序的运行空间。-DLL Injection 1 cases, the DLL into either a program running space.
HOOK_DLL
- 一个带窗体的DLL注入到游戏中示例源码。 HOOK_DLL!-One with a form of DLL is injected into the game in the sample source code.
CodeInjection
- pe格式文件注入器 可注入自己的程序或木马-pe format file can be injected into the device' s own programs or Trojan
DLL_remote_injection_with_socket
- DLL远程注入并在dll中集成了socket数据传递-Remote DLL Injection and integrated in the dll socket data transfer
Remote-thread-injection
- 创建远程线程,无DLL直接注入其他进程!没有全部注入,只注入特定进程!可以自己改为全注入!-Create a remote thread, no DLL is injected directly into other processes! Not all of implantation, only into the specific process! Can inject itself into the whole!
DLL自动注入EXE
- 多功能dll多方式注入。带有解释。。。。(Multifunction DLL multimode injection)
HOOK注入框架(DLL源码)
- HOOK注入框架(DLL源码)和EXE 注入源码及框架(Hook injection framework (DLL source code) and exe injection source code and framework)