EncodedArg

This commit is contained in:
Mino 2020-03-12 17:39:28 +09:00
parent a01bc259a8
commit c6a9879498
3 changed files with 46 additions and 48 deletions

View file

@ -46,7 +46,12 @@ namespace Dalamud.Bootstrap
using var process = Process.Open(pid);
var commandLine = process.ReadCommandLine();
var argument = ArgumentDecoder.Decode(commandLine[1]);
if (!ArgumentContainer.Parse(commandLine[1], out var container))
{
}
// TODO:
// .... if arg1 exists
// DecodeSqexArg(arguments[1]);