KBinXML logic fully implemented

This commit is contained in:
BtbN
2019-04-15 21:54:46 +02:00
parent 01a097d638
commit e4fda86b33
4 changed files with 96 additions and 28 deletions

View File

@@ -46,7 +46,7 @@ namespace eAmuseTest
else if (compress != "none")
throw new ArgumentException("Unsupported compression algorithm");
Console.WriteLine("" + ((3 - 4) % 4));
Console.WriteLine(BitConverter.ToString(new byte[] { 1, 2, 3, 4 }));
KBinXML kbinxml = new KBinXML(rawData);
}