Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jadis0x/luminousinjector
- Owner: jadis0x
- License: mit
- Created: 2024-05-09T23:04:34.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-06-07T16:30:03.000Z (8 months ago)
- Last Synced: 2024-07-30T18:08:08.112Z (6 months ago)
- Topics: dll-injection, dll-injector, injector, injector-x64
- Language: C++
- Homepage:
- Size: 142 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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",
}
```