搜索资源列表
InjectDll
- 注入DLL到指定进程,你可以在Load dll 时运行自己的代码.-injection process to a specific DLL, you can run when Load dll own code.
InjectDLL
- DLL注入用于运行,迫使它加载一个动态链接库在另一个进程的地址空间代码的技术。 DLL注入经常被第三方开发的方式来影响它的作者并没有预料或打算程序的行为。例如,注入的代码可以捕获系统功能调用,或阅读文本框的密码,不能以通常的方式完成的内容。
InjectDll.rar
- 控制台版的dll注入工具 win7可能需要管理员权限,The console version of the dll injection tool may need administrator privileges win7
InjectDll(vccode)
- 远程线程DLL注入,vc源码,远程线程DLL注入,vc源码-DLL into the remote thread, vc source, remote-threaded DLL injection, vc source
InjectDll
- Dll injector to inject a dll into a running proce-Dll injector to inject a dll into a running process
Injector
- BOOL InjectDLL(DWORD ProcessID) { HANDLE Proc char buf[50]={0} LPVOID RemoteString, LoadLibAddy if(!ProcessID) return false Proc = OpenProcess(CREATE_THREAD_ACCESS, FALSE, ProcessID) if(!Proc) { sprintf
InJectDLL
- 这个DLL封装了两个函数,一个是InJectDll,一个是UnLoadDll,分别是讲一个DLL注入到一个进程和将一个DLL从一个进程中卸载。两个函数的参数都一样,第一个是要操作的进程PID,一个是要操作的dll名称字符串。-The DLL encapsulates the two functions, one is InJectDll, one UnLoadDll, respectively, talk about a DLL injected into a process and a DLL
InjectDll
- 将一段数据注入到一个动态链接库中,程序会在动态链接库中新增一个section来存放注入的数据。-To inject a piece of data to a dll, the program will add a section in the target dll and fill it with the injecting data.
InjectDll
- This is the code which is used to launch a process and inject a dll into the process using CreateRemoteThread.
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
InjectDll
- InjectDll DLL进程注入源代码-InjectDll DLL source code into the process
InjectDll
- 本程序是一个远程注入的程序,将要注入的DLL拷贝到当前目录下,运行程序在控制台输入宿主进程名和注入的DLL名-This program is a remote injection procedure, the copies of the DLL to be injected into the current directory, run the program in the console to enter the host process name and injected DLL name
InjectDll
- r3下面,往exe里面注入dll,适合绝大多数可执行文件-NO ENGLISH
injectDll
- This source that inject the dll to the target proce-This is source that inject the dll to the target process
InjectDll
- 这是一个非常经典的dll注入程序,基于MFC的,希望帮到有需要的人,你们懂的-This is a very classic dll injection program, and help to people in need, MFC-based, I hope you understand. . .
InjectDll
- DLL注入程序,可以根据自的需求自行修改成命令行下的或者界面的-dll inject
InjectDll
- 简单的注射DLL到指定进程的代码,非常实用-SAMPLE INJECT DLL INTO SPESCAL PROCESS.IT IS A SAMPLE CODE
InjectDLL
- DLL Injection sample source code
InjectDll
- Inject dll to proce-Inject dll to process
injectDLL
- windows编程下的钩子使用方法,里面详细介绍了与安装钩子的东西源程序-Windows programming under the hook method, which contains a DLL program and install the hook call source program