PeNet 0.6.5-alpha

This is a prerelease version of PeNet.
There is a newer version of this package available.
See the version list below for details.
dotnet add package PeNet --version 0.6.5-alpha
                    
NuGet\Install-Package PeNet -Version 0.6.5-alpha
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PeNet" Version="0.6.5-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PeNet" Version="0.6.5-alpha" />
                    
Directory.Packages.props
<PackageReference Include="PeNet" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add PeNet --version 0.6.5-alpha
                    
#r "nuget: PeNet, 0.6.5-alpha"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package PeNet@0.6.5-alpha
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=PeNet&version=0.6.5-alpha&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=PeNet&version=0.6.5-alpha&prerelease
                    
Install as a Cake Tool

PeNet is a Windows PE (Portable Executable) parser written in C#. It parses all PE header structures for x32 and x64. It supports the ImpHash algorithm which is popular in malware analysis. You can use it for string and pattern matching in PE files.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.6.1

  • .NETStandard 2.0

NuGet packages (12)

Showing the top 5 NuGet packages that depend on PeNet:

Package Downloads
Microsoft.CST.AttackSurfaceAnalyzer

Microsoft Attack Surface Analyzer is an open source security tool that analyzes the attack surface of a target system and reports on potential security vulnerabilities introduced during the installation of software or system misconfiguration. This package contains the AttackSurfaceAnalyzer library. For the CLI Dotnet Tool, see Microsoft.CST.AttackSurfaceAnalyzer.CLI.

Reloaded.Injector

Advanced DLL Injector capable of injecting x86 DLLs to x86 process from x64 processes.

PeNet.Analyzer

PeNet.Analyzer finds anomalies in Portable Executables (PE) files.

Vezel.Ruptura.Injection

Ruptura is a Windows DLL injection, function interception, and memory manipulation library for .NET. Ruptura injects a bundled native module into the target process, which then locates the .NET runtime in either framework-dependent or self-contained mode and initializes it, after which a user-specified managed assembly is executed - all without the user writing a single line of native code. Additionally, a library facilitating common function hooking and memory manipulation scenarios is available for use by the injected assembly. This package provides the infrastructure to inject the .NET runtime and assemblies into processes.

KarambaCommon

An interactive, parametric Finite Element program for beams and shells.

GitHub repositories (19)

Showing the top 19 popular GitHub repositories that depend on PeNet:

Repository Stars
microsoft/AttackSurfaceAnalyzer
Attack Surface Analyzer can help you analyze your operating system's security configuration for changes during software installation.
NuGetPackageExplorer/NuGetPackageExplorer
Create, update and deploy Nuget Packages with a GUI
goatcorp/Dalamud
FFXIV plugin framework and API
qwqdanchun/DcRat
A simple remote tool in C#.
Flangvik/SharpDllProxy
Retrieves exported functions from a legitimate DLL and generates a proxy DLL source code/template for DLL proxy loading or sideloading
xivdev/Penumbra
FINAL FANTASY XIV modding, but actually good this time
knight0x07/ImpulsiveDLLHijack
C# based tool which automates the process of discovering and exploiting DLL Hijacks in target binaries. The Hijacked paths discovered can later be weaponized during Red Team Operations to evade EDR's.
redteamsocietegenerale/DLLirant
DLLirant is a tool to automatize the DLL Hijacking researches on a specified binary.
ncatlin/rgat
An instruction trace visualisation tool for dynamic program analysis
microsoft/OSSGadget
Collection of tools for analyzing open source packages.
b4rtik/RedPeanut
RedPeanut is a small RAT developed in .Net Core 2 and its agent in .Net 3.5 / 4.0.
DosX-dev/Astral-PE
Astral-PE is a low-level mutator (Headers/EP obfuscator) for native Windows PE files (x32/x64)
advanced-threat-research/DotDumper
An automatic unpacker and logger for DotNet Framework targeting files
n1xbyte/donutCS
dem sharp donuts
DosX-dev/PE-LiteScan
A simple crossplatform heuristic PE-analyzer
Reloaded-Project/Reloaded.Injector
C# DLL Injection Library capable of injecting x86 DLLs to x86 process from x64 processes.
Grinchiest/SantaRat
A remote access trojan to use against Santa's laptop!
SDClowen/RSBot
A Silkroad Online Open Source Bot
hedge-dev/HedgeModManager
Multiplatform rewrite of Hedge Mod Manager
Version Downloads Last Updated
5.1.0 24,777 4/16/2025
5.0.0 620 4/12/2025
4.1.5 857 4/6/2025
4.1.4 289 4/5/2025
4.1.3 632 4/2/2025
4.1.2 4,485 3/16/2025
4.1.1 22,611 11/24/2024
4.1.0 10,079 9/23/2024
4.0.5 11,536 5/25/2024
4.0.4 13,155 12/22/2023
4.0.3 1,046 12/6/2023
4.0.2 2,850 9/22/2023
4.0.1 3,177 8/8/2023
3.0.0 9,105 2/1/2023
3.0.0-pre7 323 1/4/2023
3.0.0-pre6 276 12/12/2022
3.0.0-pre5 284 12/6/2022
3.0.0-pre4 433 11/15/2022
3.0.0-pre3 248 11/9/2022
3.0.0-pre2 248 11/9/2022
3.0.0-pre1 287 10/21/2022
2.9.9 8,900 9/26/2022
2.9.9-pre1 326 9/19/2022
2.9.8 3,753 7/8/2022
2.9.8-pre1 308 7/7/2022
2.9.7 37,059 2/17/2022
2.9.6 1,384 2/10/2022
2.9.5 1,489 2/9/2022
2.9.4 1,336 1/30/2022
2.9.3 1,754 1/17/2022
2.9.2 9,924 12/8/2021
2.9.1 5,012 10/13/2021
2.9.0 774 10/6/2021
2.8.1 7,207 8/27/2021
2.8.0 1,119 8/17/2021
2.7.0 601 8/17/2021
2.6.4 20,725 8/4/2021
2.6.4-pre1 380 8/1/2021
2.6.3 20,318 4/27/2021
2.6.2 1,587 3/15/2021
2.6.1 1,917 2/17/2021
2.6.1-pre1 376 2/15/2021
2.6.0 3,606 12/7/2020
2.6.0-alpha1 452 12/5/2020
2.5.1 833 12/1/2020
2.5.1-alpha1 933 11/25/2020
2.5.0 847 11/22/2020
2.4.2 1,673 10/27/2020
2.4.1 867 10/5/2020
2.4.1-alpha2 438 9/21/2020
2.4.0 44,170 6/18/2020
2.4.0-alpha2 534 6/11/2020
2.4.0-alpha1 756 6/10/2020
2.3.1 974 6/11/2020
2.3.0 1,535 6/5/2020
2.3.0-alpha2 494 6/2/2020
2.3.0-alpha1 496 6/2/2020
2.2.7 3,739 5/18/2020
2.2.6 3,410 5/7/2020
2.2.5 961 5/7/2020
2.2.4 975 5/6/2020
2.2.3 967 5/6/2020
2.2.2 771 5/6/2020
2.2.1 874 5/4/2020
2.2.0 966 4/25/2020
2.1.0 956 4/17/2020
2.1.0-alpha1 648 4/12/2020
2.0.0 1,957 3/20/2020
2.0.0-alpha.3 450 3/14/2020
2.0.0-alpha.2 439 3/14/2020
2.0.0-alpha.1 461 3/13/2020
1.6.1 8,572 3/12/2020
1.6.0 996 2/26/2020
1.5.3 5,260 1/7/2020
1.5.2 735 1/7/2020
1.5.1 860 1/7/2020
1.5.0 1,960 12/31/2019
1.4.0 795 12/20/2019
1.3.5 763 12/20/2019
1.3.3 1,019 12/18/2019
1.3.2 818 12/13/2019
1.3.1 787 12/12/2019
1.3.0 819 12/11/2019
1.3.0-prerelease 566 12/11/2019
1.2.0 824 12/6/2019
1.1.2 832 12/4/2019
1.1.1 21,071 10/17/2019
1.1.0 1,507 10/1/2019
1.0.9 1,325 8/13/2019
1.0.8 1,325 7/17/2019
1.0.7 1,681 6/7/2019
1.0.5 1,162 5/6/2019
1.0.4 1,470 4/18/2019
1.0.3 1,343 4/3/2019
1.0.2 1,004 4/1/2019
1.0.1 2,970 2/13/2019
1.0.0 2,006 2/11/2019
0.9.1 6,817 2/8/2019
0.9.0 936 2/8/2019
0.9.0-alpha 728 2/6/2019
0.8.2 2,176 1/14/2019
0.8.1 17,298 12/4/2018
0.8.0 1,778 10/25/2018
0.7.1 1,069 10/15/2018
0.7.0 40,948 5/24/2018
0.6.8 7,051 2/14/2018
0.6.7 2,062 1/10/2018
0.6.6 1,663 12/22/2017
0.6.5 1,527 12/21/2017
0.6.5-alpha 1,100 12/20/2017
0.6.4 1,521 12/19/2017
0.6.3 1,732 12/14/2017
0.6.2 1,505 12/12/2017
0.6.1 1,531 12/9/2017
0.6.0 1,621 12/8/2017
0.5.3 11,930 10/3/2017
0.5.2 1,586 9/16/2017
0.5.1 1,530 9/14/2017
0.5.0 2,264 9/4/2017
0.4.6 4,042 11/16/2016
0.4.5 1,523 11/9/2016
0.4.4 1,719 11/8/2016
0.4.3 1,429 10/30/2016
0.4.2 1,352 10/27/2016
0.4.1 1,647 8/14/2016
0.4.0 1,494 6/16/2016
0.3.9 1,420 6/3/2016
0.3.8 1,417 6/2/2016
0.3.7 1,383 5/30/2016
0.3.6 1,396 5/29/2016
0.3.5 1,403 5/25/2016
0.3.4 1,378 5/25/2016
0.3.3 1,425 5/25/2016
0.3.2 1,376 5/25/2016
0.3.1 1,402 5/17/2016
0.3.0 1,486 3/14/2016
0.2.9 1,351 3/7/2016
0.2.8 1,717 2/26/2016
0.2.7 1,399 2/23/2016
0.2.6 1,526 2/22/2016
0.2.5 1,417 2/18/2016
0.2.4 1,503 2/1/2016
0.2.3 1,457 12/14/2015
0.2.2 1,630 12/4/2015
0.2.1 1,631 12/4/2015
0.2.0 1,725 12/4/2015
0.1.9 1,492 12/4/2015
0.1.8 1,648 12/3/2015
0.1.7 1,623 11/27/2015
0.1.6 1,498 9/15/2015
0.1.5 1,449 9/10/2015
0.1.4 1,468 8/28/2015
0.1.3 1,580 7/28/2015
0.1.2 1,498 7/20/2015
0.1.1 1,452 7/12/2015
0.1.0 1,517 7/2/2015
0.0.0 919 12/31/2019

Fixed hash calculation and integrate Asn1 until it is updated.