An open API service indexing awesome lists of open source software.

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!

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!

VL.PeNet screenshot

## Usage

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