secana / PeNet.Asn1

ASN.1 parser used by PeNet do parse Authenticode signatures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PeNet.Asn1

license NuGet NuGet

General purpose ASN1. parser. Used by PeNet to parse Microsoft Authenticode structures.

Build & Release

To release a new version, tag the commit and push to master.

# Example
git tag -a v1.0.0 -m "Release version 1.0.0"
git push origin v1.0.0

About

ASN.1 parser used by PeNet do parse Authenticode signatures

License:MIT License


Languages

Language:C# 100.0%