Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jadis0x/luminousinjector

A simple DLL injector that injects a DLL into another process using LoadLibrary.
https://github.com/jadis0x/luminousinjector

dll-injection dll-injector injector injector-x64

Last synced: 16 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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`

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