Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 725 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 725 Bytes

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