Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Portable Executable (PE) library written in .Net

License

NotificationsYou must be signed in to change notification settings

secana/PeNet

Repository files navigation

licenseNuGetNuGetBuildTestBuiltWithDot.Net shield

PeNet LogoPeNet 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 ofPeNet or to analyze PE files go to:penet.io

Continuous Integration

The project is automatically build, tested and released with anAzure 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

[8]ページ先頭

©2009-2025 Movatter.jp