mirror of
https://github.com/Auties00/Reboot-Launcher.git
synced 2026-01-13 11:12:23 +01:00
Added nullrhi option
This commit is contained in:
@@ -12,7 +12,7 @@ Future<bool> injectDll(int pid, String dll) async {
|
||||
var process = await shell.run("./injector.exe -p $pid --inject \"$dll\"");
|
||||
var success = process.outText.contains("Successfully injected module");
|
||||
if (!success) {
|
||||
injectLogFile.writeAsString(process.outText, mode: FileMode.append);
|
||||
injectLogFile.writeAsString(process.outText);
|
||||
}
|
||||
|
||||
return success;
|
||||
|
||||
Reference in New Issue
Block a user