/DLInjector-CLI

DLL injector. Catch process by name, quickly inject...

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

DLInjector - Faster Inject by Name

Faster DLL Injector for processes. It targets the process name to identify the target. The process does not need to be open to define the target. DLInjector waits until the process executed.

USAGE

DLInjector usage a very simple.


DLInjector.exe [target process name(with extension)] [dll to be injected]

V1 Features

  • Only inject the DLL.
  • Targeting process by name.
  • If errors occurs, shows the error code.

I want developed the DLInjector in my spare time. If you want to develop DLInjector too, you can send a pull request.

If you want to using DLInjector from command line, look at the DLInjector-GUI