From 9dc195dfdced24b2155cdbdf9430655f9e0068bc Mon Sep 17 00:00:00 2001 From: Stefan Hausotte Date: Mon, 15 Oct 2018 08:03:28 +0200 Subject: [PATCH] Increased version --- src/PeNet/PeNet.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PeNet/PeNet.csproj b/src/PeNet/PeNet.csproj index d361824e..8c84b86a 100644 --- a/src/PeNet/PeNet.csproj +++ b/src/PeNet/PeNet.csproj @@ -2,12 +2,12 @@ netstandard2.0;net461;net40 https://github.com/secana/PeNet - 0.7.0 + 0.7.1 Stefan Hausotte http://www.apache.org/licenses/LICENSE-2.0 PeNet is a Windows PE (Portable Executable) parser written in C#. It parses all PE header structures for x32 and x64. It supports the ImpHash algorithm which is popular in malware analysis. You can use it for string and pattern matching in PE files. 2017 @ Stefan Hausotte - More stable .Net header parsing + Fix error in IMAGE_SECTION_HEADER parsing https://github.com/secana/PeNet PE Header Portable Executable https://raw.githubusercontent.com/secana/PeNet/master/src/PEditor/Icons/logo.png