Skip to content

secana/PeNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c48d1a8 · Mar 16, 2025
Sep 14, 2022
Aug 4, 2023
Feb 7, 2019
Feb 20, 2020
Mar 16, 2025
Dec 2, 2024
Jul 2, 2015
Jun 23, 2020
Oct 13, 2016
Oct 1, 2019
Jun 10, 2020
Mar 27, 2024
Dec 6, 2023

Repository files navigation

license NuGet NuGet Build Test BuiltWithDot.Net shield

PeNet Logo PeNet is a parser for Windows Portable Executable headers. It completely written in C# and does not rely on any native Windows APIs. Furthermore it supports the creation of Import Hashes (ImpHash), 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.

Getting Started & API Reference

The API reference can be found here: PeNet Documentation & API Reference.

For an overview of PeNet or to analyze PE files go to: penet.io

Continuous Integration

The project is automatically build, tested and released with an Azure Pipeline.

To release a new version, push a tagged commit. For example:

git tag -a v2.0.0 -m 'Release version 2.0.0'
git push origin v2.0.0