Location:
Search - dll injector
Search list
Description: 动态库注入器 1.0
功能:将一个动态库文件注入到一个正在运行的进程内.
应用:通过注入功能,可以实现对一个进程的api hook,比如写一个dll,然后hook socket api,然后注入到你想监视的进程,这样就能够用于网络数据包的分析了
-DLL injector 1.0 features : a dynamic library file is injected into a running process. Applications : by injecting function can be achieved on a process api hook, such as writing a dll, then hook socket api, and then injected into you want to watch the process so it can be used for network packet analysis of the
Platform: |
Size: 50176 |
Author: 阿东 |
Hits:
Description: 外挂加载器,自动注入DLL到目标进程,并可以运行指定的函数-Plug-in loader, automatic injection DLL to the target process, and can run the specified function
Platform: |
Size: 39936 |
Author: xxxbgg |
Hits:
Description: Delphi DLL远程注入器,用于隐藏dll,在Delphi 2009下编译通过!-Delphi DLL injector distance for the hidden dll, compiled under Delphi 2009 in the adoption!
Platform: |
Size: 193536 |
Author: yxf5188 |
Hits:
Description: DLL 注入器。 远程注入DLL并且启动它-DLL injector. DLL injection and remote start it
Platform: |
Size: 33792 |
Author: nimingzi |
Hits:
Description: an injector for memory modification and for dll s that needs an injector. so if you need the injector here it is
Platform: |
Size: 388096 |
Author: ssnow19741 |
Hits:
Description: Dll injector to inject a dll into a running proce-Dll injector to inject a dll into a running process
Platform: |
Size: 181248 |
Author: ByGrandaO |
Hits:
Description: this is source code of my visual basic dll injector its using virtual alloc ex and create remote thread to execute dll, you wil love me for this xP-this is source code of my visual basic dll injector its using virtual alloc ex and create remote thread to execute dll, you wil love me for this xP
Platform: |
Size: 145408 |
Author: croner |
Hits:
Description: 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(buf, "OpenProcess() failed: d", GetLastError())
MessageBox(NULL, buf, "Loader", NULL)
return false
}
LoadLibAddy = (LPVOID)GetProcAddress(GetModuleHandle("kernel32.dll"), "LoadLibraryA")
RemoteString = (LPVOID)VirtualAllocEx(Proc, NULL, strlen(DLL_NAME), MEM_RESERVE|MEM_COMMIT, PAGE_READWRITE)
WriteProcessMemory(Proc, (LPVOID)RemoteString, DLL_NAME,strlen(DLL_NAME), NULL)
CreateRemoteThread(Proc, NULL, NULL, (LPTHREAD_START_ROUTINE)LoadLibAddy, (LPVOID)RemoteString, NULL, NULL)
CloseHandle(Proc)
return true
} -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(buf, "OpenProcess() failed: d", GetLastError())
MessageBox(NULL, buf, "Loader", NULL)
return false
}
LoadLibAddy = (LPVOID)GetProcAddress(GetModuleHandle("kernel32.dll"), "LoadLibraryA")
RemoteString = (LPVOID)VirtualAllocEx(Proc, NULL, strlen(DLL_NAME), MEM_RESERVE|MEM_COMMIT, PAGE_READWRITE)
WriteProcessMemory(Proc, (LPVOID)RemoteString, DLL_NAME,strlen(DLL_NAME), NULL)
CreateRemoteThread(Proc, NULL, NULL, (LPTHREAD_START_ROUTINE)LoadLibAddy, (LPVOID)RemoteString, NULL, NULL)
CloseHandle(Proc)
return true
}
Platform: |
Size: 26624 |
Author: artofsexy |
Hits:
Description: Dll injector all the complete function.
You can change program speed by open exe file or inject a process,similar as
speederXp, build in vc6 no error no warning by Jesse Stone Taiwan.
msn:fatalfeel@hotmail.com
,Dll injector all the complete function. You can change program speed by open exe file or inject a process, similar as speederXp, build in vc6 no error no warning by Jesse Stone Taiwan. Msn: fatalfeel@hotmail.com
Platform: |
Size: 84992 |
Author: 小誠 |
Hits:
Description: DLL注入器,可以注入任何游戏,大家可以好好学习下-DLL injector can be injected into any game, we can learn under the
Platform: |
Size: 102400 |
Author: 宁昕 |
Hits:
Description: dll injector. inject dll into process with selected pid.
Platform: |
Size: 3072 |
Author: iCoder |
Hits:
Description: 提取dll工具 注入器-Dll injector extraction tool
Platform: |
Size: 1183744 |
Author: asda |
Hits:
Description: ExtSoft DLL Injector
Platform: |
Size: 181248 |
Author: trismund |
Hits:
Description: ExtSoft DLL Injector Sorce Code by Trismund
Platform: |
Size: 186368 |
Author: trismund |
Hits:
Description: Simple DLL injector using Delphi
Platform: |
Size: 11264 |
Author: paboya |
Hits:
Description: Dll 注入器,等待進程執行並自動注入。-Dll injector wait for the process to execute automatically injected.
Platform: |
Size: 13312 |
Author: Toby |
Hits:
Description: dll-injector source code.
XD cool
Platform: |
Size: 6144 |
Author: noluck |
Hits:
Description: A simple and practical Dll injector
Platform: |
Size: 192512 |
Author: 张明 |
Hits:
Description: 通用DLL注入器9种注入方法可以实现内存,注册表,远程,钩子注入等方式(General DLL injector 9 injection method can realize remote memory, registry, and hook into etc.)
Platform: |
Size: 1340416 |
Author: 沫妍 |
Hits: