Skip to content

A simple DLL injector that injects a DLL into another process using LoadLibrary.

License

Notifications You must be signed in to change notification settings

jadis0x/LuminousInjector

Repository files navigation

Luminous Injector

A simple DLL injector that injects a DLL into another process using LoadLibrary.

Edit the config.json file to specify the target application name (processName). Run the program and select the dll to inject using the "open file" popup.

config.json example

{
  "processName": "DEVOUR.exe",
}

About

A simple DLL injector that injects a DLL into another process using LoadLibrary.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages