Everything you need to play with LoadLibrary injection
- Injector.exe
- Payload.dll
- Target.exe
- Open LoadLibraryToolset.sln
- Set x32 or x64
- Set
ProcName
&DLLName
inInjector -> Main.cpp
(default isTarget.exe
&Payload.dll
) - Build everything witn Ctrl+Shift+B
- Go to LoadLibraryToolset\Build\
Platform
\Configuration
(ex: x64\Debug) - Launch Target.exe
- Launch Injector.exe
- Done!
You can set ProcName
and DLLName
with -proc
and -dll
arguments
(ex: Injector.exe -proc explorer.exe -dll Payload.dll
)
Arguments are case sensitive!
Injector.exe will look for Payload.dll near itself!