/ShellJectorLocal

Manual map shellcode (aka byte array) injector

Primary LanguageC++GNU General Public License v3.0GPL-3.0

ShellJectorLocal

Same as ShellJector but works with local DLL

MSBuild

How to Build:

  • Open ShellJectorLocal.sln -> main.cpp;
  • Set ProcName and DllName;
  • Build;

Usage:

  • Go to \ShellJectorLocal\Build;
    • OR just download the Latest Release;
    • Set launch arguments (down below);
  • Open Target Process;
  • Open ShellJectorLocal.exe;

Arguments:

You can set ProcName and DDllName with -proc and -dll arguments
(ex: ShellJectorLocal.exe -proc explorer.exe -dll Payload.dll)
Arguments are case sensitive!

Notice:

ShellJectorLocal.exe will look for Payload.dll near itself!