From c62b11578e3e2481399ff63b0cc19cdb186d167c Mon Sep 17 00:00:00 2001 From: secana Date: Thu, 17 Nov 2016 16:25:36 +0100 Subject: [PATCH] Update README.md Added logo --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0f1918ea..6a45bb98 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # PeNet +

+ +

PeNet is a parser for Windows Portable Executable headers. It completely written in C# and does not rely on any native Windows APIs. The only exception is the signature check for PE files. Since .Net has no function for it, the native API is use transparently here. Furthermore it supports the creation of ImpHashs, which is a feature often used in malware analysis. You can extract Certificate Revocation List, compute different Hash sums and other useful stuff for working with PE files.