CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Injector
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - Injector - List
[
Game Hook Crack
]
DLL Injector
DL : 0
DLL INJECTOR
Update
: 2010-09-28
Size
: 5.14kb
Publisher
:
slanly315@yahoo.com.twkuruotonix
[
Hook api
]
Dll2Process
DL : 0
动态库注入器 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
Update
: 2025-02-17
Size
: 49kb
Publisher
:
阿东
[
Game Hook Crack
]
NTload1
DL : 0
万能HL注入器系列之1 Delphi代码-omnipotent HL injector a series of Delphi code
Update
: 2025-02-17
Size
: 4kb
Publisher
:
阿成
[
Game Hook Crack
]
NTload3
DL : 0
万能HL注入器最后版本 Delphi代码-omnipotent HL injector final version of Delphi code
Update
: 2025-02-17
Size
: 5kb
Publisher
:
阿成
[
Other Embeded program
]
20060820
DL : 0
发动机控制,ECU信号编程处理! 曲轴转动信号与喷油时间长度控制信号-engine control signal ECU Programming! Crankshaft rotation signal and the length of time injector control signal
Update
: 2025-02-17
Size
: 93kb
Publisher
:
dtianmin
[
.net
]
INJECTOR
DL : 0
再上传一个进程注入的源程序 注入到记事本中的-upload a process of re-injected into the source of the notebook
Update
: 2025-02-17
Size
: 56kb
Publisher
:
SuperFlash
[
Internet-Network
]
rage_vnc
DL : 0
Functions: Topic parsing, supporting multi-commands Anti-Botkiller Anti-Sandbox VNC-Scanner Gets about 400-500 results a day with good ranges with around ~50 bots Finds 3.8 servers with authbypass bug. Finds passworded servers with weak passwords. Finds servers with no password. MSN Spread P2P Spread (LimeWire, eDonkey, KaZaA, Morpheus, BearShare, Grokster, ICQ) Rar injector (copy your bots exe as "crack.exe" to all rar files on computer) Available commands: inject disconnect reconnect reconnect.next nick restart vncstop patch part join scan msn-Functions: Topic parsing, supporting multi-commandsAnti-BotkillerAnti-SandboxVNC-ScannerGets about 400-500 results a day with good ranges with around ~ 50 botsFinds 3.8 servers with authbypass bug.Finds passworded servers with weak passwords.Finds servers with no password.MSN SpreadP2P Spread (LimeWire, eDonkey, KaZaA, Morpheus, BearShare, Grokster, ICQ) Rar injector (copy your bots exe as crack.exe to all rar files on computer) Available commands: injectdisconnectreconnectreconnect.nextnickrestartvncstoppatchpartjoinscanmsn
Update
: 2025-02-17
Size
: 175kb
Publisher
:
精灵
[
OS program
]
Delphi_Dll_inter
DL : 0
Delphi DLL远程注入器,用于隐藏dll,在Delphi 2009下编译通过!-Delphi DLL injector distance for the hidden dll, compiled under Delphi 2009 in the adoption!
Update
: 2025-02-17
Size
: 189kb
Publisher
:
yxf5188
[
Hook api
]
ExeInjection
DL : 0
DLL 注入器。 远程注入DLL并且启动它-DLL injector. DLL injection and remote start it
Update
: 2025-02-17
Size
: 33kb
Publisher
:
nimingzi
[
Windows Develop
]
Cheetah_Injector_v1.3_By_Riot
DL : 0
an injector for memory modification and for dll s that needs an injector. so if you need the injector here it is
Update
: 2025-02-17
Size
: 379kb
Publisher
:
ssnow19741
[
Windows Develop
]
InjectDll
DL : 0
Dll injector to inject a dll into a running proce-Dll injector to inject a dll into a running process
Update
: 2025-02-17
Size
: 177kb
Publisher
:
ByGrandaO
[
Process-Thread
]
Injectorv620
DL : 0
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
Update
: 2025-02-17
Size
: 142kb
Publisher
:
croner
[
OS program
]
Injector
DL : 0
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 }
Update
: 2025-02-17
Size
: 26kb
Publisher
:
artofsexy
[
Game Hook Crack
]
DLL_INJECTOR_EXE.zip
DL : 0
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
Update
: 2025-02-17
Size
: 83kb
Publisher
:
小誠
[
Process-Thread
]
injector
DL : 0
dll injector. inject dll into process with selected pid.
Update
: 2025-02-17
Size
: 3kb
Publisher
:
iCoder
[
Game Program
]
ProcFrm
DL : 1
Injector Dll for any dll i use it mostly for games
Update
: 2025-02-17
Size
: 1kb
Publisher
:
Jose Juan
[
Hook api
]
Injector-20090421b
DL : 0
Code is written in C++ with full exception handling (none of this annoying C-based return value checking crap). Only tested on MSVC++. Visual Studio 2008 project files supplied. Note: The AMD64 version can only inject into AMD64 processes, and the IA-32 version can only inject into IA-32 processes. It is possible to inject into IA-32 from AMD64 but I didn t bother because I needed an IA-32 version anyway and the code is much cleaner if I don t have to support that.
Update
: 2025-02-17
Size
: 11kb
Publisher
:
sogetthis
[
Hook api
]
Injector
DL : 0
Injector Direct3D Starterkit v3.0b DLL注入器源代码-Injector TatniumLoader
Update
: 2025-02-17
Size
: 25kb
Publisher
:
d81010529y
[
Windows Develop
]
APC_inject_ring3
DL : 0
APC injector. User mode part.
Update
: 2025-02-17
Size
: 104kb
Publisher
:
krenki
[
Game Hook Crack
]
DNF-zhuru
DL : 0
DNF注入器方便注入!!! 绝对管用 源码非常易懂-DNF injector to facilitate injection! ! ! Source is very useful to understand the absolute
Update
: 2025-02-17
Size
: 499kb
Publisher
:
cjy
«
1
2
3
4
5
6
7
8
9
10
...
14
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.