PeNet by Stefan Hausotte

<PackageReference Include="PeNet" Version="0.1.4" />

 PeNet 0.1.4

PeNet is a Windows PE parser written in C# without any usage of the native API or PInvoke. It supports the ImpHash algorithm which is popular in malware analysis.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>PeNet</id>
    <version>0.1.4</version>
    <title>PeNet</title>
    <authors>Stefan Hausotte</authors>
    <projectUrl>https://github.com/secana/PeNet</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>PeNet is a Windows PE parser written in C# without any usage of the native API or PInvoke. It supports the ImpHash algorithm which is popular in malware analysis.</description>
    <summary>PE header parser for .Net with support for x32 and x64 architecture</summary>
    <releaseNotes>Fixed the parsing of UnwindInfo for x64 exception/stack unwinds.</releaseNotes>
    <copyright>Stefan Hausotte</copyright>
    <tags>PE Header Portable Exetuctable ImpHash</tags>
  </metadata>
</package>