搜索资源列表
将DLL注入到其他进程中
- 一个进程隐藏的程序-a hidden process procedures
apihooktool
- 近日由于需求问题,需要写一个 API Hook 相关的东西,温习了一下牛写的《Windows 核心编程》,做了一个小工具,用来将自定义的 Dll 注入进程空间,并钩住指定 API 函数,关于注入和钩 API 的代码,牛的书里和配套光盘中已经有了,这里主要介绍如何使用这个小工具方便实现截获 API 的功能。(补充代码)-recent demand, the need to write an API Hook related things, a study was made about the ca
HookMessagebox
- 这是一个Hook windowsAPI 的例子。 本DLL是HOOK windows的messagobox函数 并将应用程序中调用messagebox函数弹出的对话框的样式修改了一下!修改后的对话框效果见源代码里的效果图!在release目录里自带一个将dll注入进程的程序!-Hook windowsAPI example. The DLL is the messagobox HOOK windows function will be called from applications m
1409746421-1133137735
- 84495微软研究院的开发包可以拦截特定进程api的微软开发包1.5, 里面有微软的源代码,和我做的2个测试例子,1个是把dll注入进程中,1个是dll和应用程序同时启动
CreateRemoteThread-DLL-Injection
- 一个Visual C++实现的完整的使用CreateRemoteThread的DLL进程注入方案源代码 本文和程序是基于CreateRemoteThread注入DLL的方法上的扩展,修改了以前方法的一些缺陷,并增加了几个功能,与其他文章不同,这里,给出了一个完整的解决方案。包括:1.实现一个遵守微软"Best Practices for Creating DLLs"的DLL动态链接库。2. 注入dll,并可以同时执行这个dll代码。3. 如果注入不成功,给出错误处理并通知用户。 4. 使用C
lock-DLL
- 可以吧dll注入到进程内存中执行,不是普通的iat 注入,非常好用-Dll can be injected into the process memory it performed, not the ordinary into the iat, very easy to use
gouziDLL
- 安装DLL钩子源码,用来注入进程所用,做*用-Installation DLL hook source, used for injection process
ApiHook
- API Hook示例代码:用来将自定义的 Dll 注入进程空间,并钩住指定 API 函数,关于注入和钩 API 的代码,这里主要介绍如何使用这个小工具方便实现截获 API 的功能-API Hook Sample Codes
DLL
- DLL注入 进程防杀 进程线程编程 -dll insert
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.
dll
- vc将dll注入其他进程,成功调试过了,完整无错-dll into vc other processes will be successful after debugging, complete error-free
Projects
- 用vc++写的钩子,利用DLL注入进程实现对鼠标和键盘的拦截-vc++ hook keyboard mouse
RemoteVirusControl
- DLL的远程注入技术是目前Win32病毒广泛使用的一种技术。使用这种技术的病毒体通常位于一个DLL中,在系统启动的时候,一个EXE程序会将这个DLL加载至某些系统进程-DLL injection technique is the remote Win32 virus, a technique widely used. Using this technology, the virus body is usually located in a DLL, in the system startup t
ProcessMng
- 该软件实现了简单的windows任务管理器功能,具有查看进程、结束进程、查看进程模块、DLL注入、DLL卸载等功能-The software implements a simple task management feature windows with view the process, the end of the process, view the process module, DLL injection, DLL unloading functions
DllInjectCode
- DLL注入到其它进程中执行。透彻讲解将dll植入远程进程。-DLL injection to perform other processes. Thorough explanation will be implanted into the remote process dll.
InjectDll
- DLL注入工具源码,包括远程线程注入以及启动暂停进程修改入口注入,另附后者需要的特殊DLL的源码-DLL injection tool source, including remote thread injection and start the process to modify the entrance into the suspension, which attached a special DLL source code need
zhurumokuai
- 注入进程模块加例程,模块_注入进程.ec,注入.d-Add routines into the process module, the module _ injection process. Ec, injection. Dll
vc++编写的dll注入qq进程源代码直接放到工程中可执行
- vc++编写的dll注入qq进程源代码直接放到工程中可执行,实现的是将编写的截获qq信息的dll注入qq进程中
驱动注入DLL指定进程
- 非常稳定的驱动注入Dll到进程的程序,功能强大,兼容性强。(Very stable drive into the process of Dll program, powerful, strong compatibility.)
Axl-万能DLL注入-驱动版
- 易语言DLL注入工具 可对进程进行劫持注入 功能强大(The easy language DLL injection tool has powerful function of hijacking and injecting processes.)