Skip to content

Manual map shellcode (aka byte array) injector

License

Notifications You must be signed in to change notification settings

Wolf49406/ShellJectorLocal

Repository files navigation

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!