Disable printing raw PE cert data

This commit is contained in:
Matt Nadareski
2022-11-11 16:23:25 -08:00
parent ecd1c93bb9
commit dcb291c1c6

View File

@@ -781,7 +781,7 @@ namespace ExecutableTest
Console.WriteLine($" Length = {entry.Length}");
Console.WriteLine($" Revision = {entry.Revision}");
Console.WriteLine($" Certificate type = {entry.CertificateType}");
Console.WriteLine($" Certificate = {BitConverter.ToString(entry.Certificate).Replace("-", string.Empty)}");
//Console.WriteLine($" Certificate = {BitConverter.ToString(entry.Certificate).Replace("-", string.Empty)}");
// TODO: Add certificate type parsing
}
}