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",
}