More work on kbinxml

This commit is contained in:
BtbN
2019-04-15 16:17:59 +02:00
parent ed3d2ba40e
commit c5fa090426
5 changed files with 272 additions and 42 deletions

View File

@@ -49,11 +49,6 @@ namespace eAmuseTest
Console.WriteLine(BytesToString(rawData));
KBinXML kbinxml = new KBinXML(rawData);
Dictionary<int, int> dd = new Dictionary<int, int>();
dd[2] = 3;
Console.WriteLine("" + dd[2]);
Console.WriteLine("" + dd[1]);
}
private static string BytesToString(IEnumerable<byte> bytes)