ASN.1 OID parsing (nw)

This commit is contained in:
Matt Nadareski
2022-11-13 13:53:08 -08:00
parent 7fd936c4a8
commit 25d495b1d0
12 changed files with 18193 additions and 63 deletions

View File

@@ -783,8 +783,8 @@ namespace ExecutableTest
Console.WriteLine();
if (entry.CertificateType == BurnOutSharp.Models.PortableExecutable.WindowsCertificateType.WIN_CERT_TYPE_PKCS_SIGNED_DATA)
{
Console.WriteLine($" Certificate Data [Formatted]");
Console.WriteLine(" -------------------------");
Console.WriteLine(" Certificate Data [Formatted]");
Console.WriteLine(" -------------------------");
var topLevelValues = AbstractSyntaxNotationOne.Parse(entry.Certificate, pointer: 0);
if (topLevelValues == null)
{