mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-13 05:35:24 +00:00
Disable printing raw PE cert data
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user