Skip to content

Commit

Permalink
Merge branch 'devel' of https://github.com/secana/PeNet.git
Browse files Browse the repository at this point in the history
  • Loading branch information
secana committed Nov 17, 2016
2 parents 4712d83 + c62b115 commit 2df6b86
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# PeNet
<p align="center">
<img src="https://github.com/secana/PeNet/blob/devel/PEditor/Icons/PEditor.png" />
</p>
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.

Expand Down

0 comments on commit 2df6b86

Please sign in to comment.