Same as ShellJector but works with local DLL
- Open
ShellJectorLocal.sln -> main.cpp
; - Set
ProcName
andDllName
; - Build;
- Go to \ShellJectorLocal\Build;
- OR just download the Latest Release;
- Set launch arguments (down below);
- Open Target Process;
- Open
ShellJectorLocal.exe
;
You can set ProcName
and DDllName
with -proc
and -dll
arguments
(ex: ShellJectorLocal.exe -proc explorer.exe -dll Payload.dll
)
Arguments are case sensitive!
ShellJectorLocal.exe will look for Payload.dll near itself!