Add the MD5 hash of null as a constant

This commit is contained in:
Deterous
2023-10-27 17:47:33 +13:00
parent c5aa28a7c5
commit 026e2c1d85
2 changed files with 6 additions and 2 deletions
+1
View File
@@ -11,6 +11,7 @@ namespace BuildIRD
byte[] discID = new byte[] { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
byte[] discPIC = new byte[] { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
IRD ird = new IRD("Z:", discKey, discID, discPIC);
ird.Write("./ ird.ird");
Console.WriteLine(ird.HeaderLength);
}
}