AsmResolver.DotNet
4.5.0
Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package AsmResolver.DotNet --version 4.5.0
NuGet\Install-Package AsmResolver.DotNet -Version 4.5.0
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="AsmResolver.DotNet" Version="4.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AsmResolver.DotNet" Version="4.5.0" />
<PackageReference Include="AsmResolver.DotNet" />
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 AsmResolver.DotNet --version 4.5.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AsmResolver.DotNet, 4.5.0"
#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.
#addin nuget:?package=AsmResolver.DotNet&version=4.5.0
#tool nuget:?package=AsmResolver.DotNet&version=4.5.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
High level .NET image models for the AsmResolver executable file inspection toolsuite.
Product | Versions 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. |
.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 was computed. 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.
-
.NETStandard 2.0
- AsmResolver.PE (>= 4.5.0)
- System.Text.Json (>= 5.0.0)
- Xunit.SkippableFact (>= 1.4.13)
NuGet packages (22)
Showing the top 5 NuGet packages that depend on AsmResolver.DotNet:
Package | Downloads |
---|---|
Samboy063.Cpp2IL.Core
Reverses Unity's IL2CPP Build Process |
|
AssetRipper.CIL
A library for modifying CIL bytecode. |
|
Zack.Commons
Package Description |
|
STBlade.Modding.TLD.Il2CppAssemblies.Windows
Il2Cpp assemblies for modding The Long Dark by Hinterland Games. |
|
ds5678.Modding.TLD.Il2CppAssemblies.Windows
Il2Cpp assemblies for modding The Long Dark by Hinterland Games. |
GitHub repositories (20)
Showing the top 20 popular GitHub repositories that depend on AsmResolver.DotNet:
Repository | Stars |
---|---|
AssetRipper/AssetRipper
GUI Application to work with engine assets, asset bundles, and serialized files
|
|
LavaGang/MelonLoader
The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono
|
|
dotnetcore/osharp
OSharp是一个基于.Net6.0的快速开发框架,框架对 AspNetCore 的配置、依赖注入、日志、缓存、实体框架、Mvc(WebApi)、身份认证、功能权限、数据权限等模块进行更高一级的自动化封装,并规范了一套业务实现的代码结构与操作流程,使 .Net 框架更易于应用到实际项目开发中。
|
|
SamboyCoding/Cpp2IL
Work-in-progress tool to reverse unity's IL2CPP toolchain.
|
|
velopack/velopack
Installer and automatic update framework for cross-platform desktop applications
|
|
yangzhongke/NETBookMaterials
|
|
NetSparkleUpdater/NetSparkle
NetSparkle is a C#, cross-platform, highly-configurable software update framework with pre-built UI for .NET developers compatible with .NET 4.6.2/.NET 6+, WinForms, WPF, and Avalonia; uses Ed25519 signatures. View basic usage here in the README and try the samples for yourself.
|
|
sunnamed434/BitMono
Obfuscator for .NET and Mono, with a customizable engine for building your own obfuscators.
|
|
void-stack/VMUnprotect.Dumper
VMUnprotect.Dumper can dynamically untamper VMProtected Assembly.
|
|
Washi1337/OldRod
An automated KoiVM disassembler and devirtualisation utility
|
|
BepInEx/Il2CppInterop
A tool interoperate between CoreCLR and Il2Cpp at runtime
|
|
Washi1337/Echo
Generic static analysis framework.
|
|
dr4k0nia/NixImports
A .NET malware loader, using API-Hashing to evade static analysis
|
|
void-stack/VMAttack
Research on code virtualization in .NET [WIP]
|
|
dr4k0nia/Origami
Packer compressing .net assemblies, (ab)using the PE format for data storage
|
|
puff/EazyDevirt
A tool for automatically reconstructing IL code from an assembly virtualized with Eazfuscator.NET
|
|
dr4k0nia/XorStringsNET
Easy XOR string encryption for NET based binaries
|
|
holly-hacker/ManagedInjector
A DLL injector to inject .NET assemblies into a foreign .NET process.
|
|
dr4k0nia/Unscrambler
Universal unpacker and fixer for a number of modded ConfuserEx protections
|
|
dr4k0nia/MurkyStrings
A string obfuscator for .NET apps, built to evade static string analysis.
|
Version | Downloads | Last updated |
---|---|---|
6.0.0-beta.3 | 2,578 | 3/8/2025 |
6.0.0-beta.2 | 5,307 | 1/11/2025 |
6.0.0-beta.1 | 25,714 | 6/15/2024 |
5.5.1 | 23,606 | 2/27/2024 |
5.5.0 | 18,391 | 11/19/2023 |
5.4.0 | 20,720 | 7/16/2023 |
5.3.0 | 5,092 | 5/13/2023 |
5.2.0 | 7,908 | 3/22/2023 |
5.1.0 | 15,169 | 1/29/2023 |
5.0.0 | 17,725 | 12/7/2022 |
5.0.0-beta.2 | 1,768 | 10/26/2022 |
5.0.0-beta.1 | 176 | 10/18/2022 |
4.11.2 | 20,000 | 7/9/2022 |
4.11.1 | 1,680 | 5/26/2022 |
4.11.0 | 598 | 5/13/2022 |
4.10.0 | 3,083 | 4/9/2022 |
4.9.0 | 1,551 | 3/11/2022 |
4.8.0 | 11,546 | 12/29/2021 |
4.7.1 | 4,098 | 10/4/2021 |
4.7.0 | 480 | 10/1/2021 |
4.6.0 | 4,332 | 5/26/2021 |
4.5.1 | 1,240 | 4/5/2021 |
4.5.0 | 601 | 3/29/2021 |
4.4.0 | 2,147 | 2/14/2021 |
4.3.0 | 896 | 1/2/2021 |
4.2.0 | 623 | 12/3/2020 |
4.1.0 | 1,493 | 10/25/2020 |
4.0.0 | 768 | 10/3/2020 |
4.0.0-beta.2 | 1,162 | 7/21/2020 |
4.0.0-beta.1 | 443 | 7/6/2020 |
4.0.0-alpha.1 | 365 | 5/21/2020 |