https://github.com/sebescudie/vl.penet
A partial vvvv wrapper of the excellent PeNet, a Portable Executable parser for .NET. Built for learning purposes!
https://github.com/sebescudie/vl.penet
malware-analysis pe vvvv
Last synced: 9 months ago
JSON representation
A partial vvvv wrapper of the excellent PeNet, a Portable Executable parser for .NET. Built for learning purposes!
- Host: GitHub
- URL: https://github.com/sebescudie/vl.penet
- Owner: sebescudie
- Created: 2025-07-19T10:17:33.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-25T09:15:26.000Z (11 months ago)
- Last Synced: 2025-08-30T19:56:30.687Z (10 months ago)
- Topics: malware-analysis, pe, vvvv
- Homepage:
- Size: 88.9 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VL.PeNet
A partial vvvv wrapper of the excellent [`PeNet`](https://github.com/secana/PeNet), a [Portable Executable](https://en.wikipedia.org/wiki/Portable_Executable) parser for .NET.
> [!NOTE]
> This library is a work in progress for learning purposes and its structure will likely change significantly. Missing features may be added later. If you have a feature request, please get in touch!

## Usage
- Install required dependencies
```
nuget install PeNet
```
- Clone this repo as a submodule or to your `--package-repositories` folder