Add the MD5 hash of null as a constant
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user