This commit is contained in:
Mino 2020-04-04 14:38:03 +09:00
parent ac80895f43
commit b5f1084f73
6 changed files with 109 additions and 46 deletions

View file

@ -58,7 +58,13 @@ namespace Dalamud.Bootstrap
var exePath = process.GetImageFilePath();
var argument = ReadArgumentFromProcess(process);
var argument = process.GetGameArguments();
var encryptedArgument = EncryptArgument(argument.ToString());