搜索资源列表
InjectLib
- 用于将特定用途的DLL插入到指定进程中,对进程进行自定义操作-inject dll whith special founction into the specified process,and control the process by your command.
wsHideDLL.zip
- Dll进程注入 一种简单的方法隐藏进程 在dll中运行代码,The simplest ways to hide a process is to have no process Basically what you need to do is place your meaningful code in a DLL, inject that DLL in an inconspicuous process (like Explorer.exe) and run your code. This can
CreateRemoteThread-DLL-Injection
- 一个Visual C++实现的完整的使用CreateRemoteThread的DLL进程注入方案源代码 本文和程序是基于CreateRemoteThread注入DLL的方法上的扩展,修改了以前方法的一些缺陷,并增加了几个功能,与其他文章不同,这里,给出了一个完整的解决方案。包括:1.实现一个遵守微软"Best Practices for Creating DLLs"的DLL动态链接库。2. 注入dll,并可以同时执行这个dll代码。3. 如果注入不成功,给出错误处理并通知用户。 4. 使用C
SysHotKey
- | | | 实现原理: | | 锁定 Ctrl+Alt+Del 使用远程线程、代码注入及子类化技术 | | 其它键盘消息使用普通钩子技术 | | | | 本模块向 VB 程序员展示远程线程、代码注入等似乎被列入 | | 只有Delphi、VC程序员才可能使用的技术,同时目前诸多木马 | | 也同样大量使用这些技术。注入的方式比 Dll 钩入更加隐蔽。 | | 注入后无进程、无文件 -| | | Principle: | | lock Ctr
dll-inject-video
- simple dll injection.Need vbadvance .Also a video
Inject_en
- inject dll into another proce-inject dll into another process
inject
- 一个代理软件必备的dll,一个远程注入的程序,实现注入到第三方程序中,以达到控制、监控第三方程序的作用,本程序只实现注入,其他功能在另一个dll中实现-Three Ways to Inject Your Code into Another Proce
InjectDll
- Dll injector to inject a dll into a running proce-Dll injector to inject a dll into a running process
injector
- dll injector. inject dll into process with selected pid.
INJ-DLL-IN-PROCESS-ACTIVE
- Inject Dll in active proce-Inject Dll in active process
DLL-Inject
- VB 写的DLL 注入 有DLL 源码 用VB ADvance-VB to write a DLL into the DLL source code with VB ADvance
inject-Agent_DLL
- inject dll to process and get the process infomation communicate to parent proce-inject dll to process and get the process infomation communicate to parent process
inject-Agent_EXE
- inject dll to process and get the process infomation communicate to parent proce-inject dll to process and get the process infomation communicate to parent process
DRIVER inject DLL
- 稳定兼容xp-win7,内核注入D-Kernel inject DLL
zhuru-DLL
- 一个汇编写的注入dll程序,生成的exe会自动加载dll并运行.简单通用.-A compilation of written inject dll program to generate an exe dll will automatically load and run. Simple and general.
Atlava-Dll-Injector_original
- inject dll into an application
Perx-Inject
- Perx Inject 很有名的DLL注入器VB源码-Perx Inject DLL injector famous foreign source
dll-injector
- Source Inject dll winxp vista 7
Auto-Inject-Dll-master
- dll注入模板,支持3种方式 远程线程注入 hook键盘注入-dll inject spanel
玩转DLL注入
- 非常简单的注入DLL事例,可以编译运行,(Inject the DLL case, which can be compiled and run.)