Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added logo
  • Loading branch information
secana authored Nov 17, 2016
1 parent 1e729f7 commit c62b115
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 c62b115

Please sign in to comment.