Iced 1.21.0

dotnet add package Iced --version 1.21.0
                    
NuGet\Install-Package Iced -Version 1.21.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="Iced" Version="1.21.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Iced" Version="1.21.0" />
                    
Directory.Packages.props
<PackageReference Include="Iced" />
                    
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 Iced --version 1.21.0
                    
#r "nuget: Iced, 1.21.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=Iced&version=1.21.0
                    
Install Iced as a Cake Addin
#tool nuget:?package=Iced&version=1.21.0
                    
Install Iced as a Cake Tool

iced is a blazing fast and correct x86 (16/32/64-bit) instruction decoder, disassembler and assembler written in C#.

- 👍 Supports all Intel and AMD instructions
- 👍 Correct: All instructions are tested and iced has been tested against other disassemblers/assemblers (xed, gas, objdump, masm, dumpbin, nasm, ndisasm) and fuzzed
- 👍 100% C# code
- 👍 The formatter supports masm, nasm, gas (AT&T), Intel (XED) and there are many options to customize the output
- 👍 The decoder decodes >130 MB/s
- 👍 Small decoded instructions, only 40 bytes and the decoder doesn't allocate any memory
- 👍 Create instructions with code assembler, eg. `asm.mov(eax, edx)`
- 👍 The encoder can be used to re-encode decoded instructions at any address
- 👍 API to get instruction info, eg. read/written registers, memory and rflags bits; CPUID feature flag, control flow info, etc
- 👍 Supports `.NET Standard 2.0/2.1+` and `.NET Framework 4.5+`
- 👍 License: MIT

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. 
.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 is compatible. 
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  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.
  • .NETFramework 4.5

    • No dependencies.
  • .NETStandard 2.0

    • No dependencies.
  • .NETStandard 2.1

    • No dependencies.

NuGet packages (34)

Showing the top 5 NuGet packages that depend on Iced:

Package Downloads
BenchmarkDotNet

Powerful .NET library for benchmarking

Samboy063.Cpp2IL.Core

Reverses Unity's IL2CPP Build Process

Reloaded.Hooks

Advanced native function hooks for x86, x64. Welcome to the next level!

Il2CppInterop.Common

Common API for Il2CppInterop packages

Il2CppInterop.Runtime

Runtime tools for bridging .NET and Il2Cpp together

GitHub repositories (27)

Showing the top 20 popular GitHub repositories that depend on Iced:

Repository Stars
dnSpy/dnSpy
.NET debugger and assembly editor
icsharpcode/ILSpy
.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
dotnet/BenchmarkDotNet
Powerful .NET library for benchmarking
chocolatey/choco
Chocolatey - the package manager for Windows
BepInEx/BepInEx
Unity / XNA game patcher and plugin framework
dotnet/interactive
.NET Interactive combines the power of .NET with many other languages to create notebooks, REPLs, and embedded coding experiences. Share code, explore data, write, and learn across your apps in ways you couldn't before.
LavaGang/MelonLoader
The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono
ashmind/SharpLab
.NET language playground
SamboyCoding/Cpp2IL
Work-in-progress tool to reverse unity's IL2CPP toolchain.
badamczewski/PowerUp
⚡ Decompilation Tools and High Productivity Utilities ⚡
goatcorp/Dalamud
FFXIV plugin framework and API
chummer5a/chummer5a
Character generator for Shadowrun 5th edition
SparkDevNetwork/Rock
An open source CMS, Relationship Management System (RMS) and Church Management System (ChMS) all rolled into one.
knah/Il2CppAssemblyUnhollower
A tool to generate Managed->IL2CPP proxy assemblies
OpenRakis/Spice86
Reverse engineer and rewrite real mode DOS programs!
holly-hacker/dnSpy.Extension.HoLLy
A dnSpy extension to aid reversing of obfuscated assemblies
BepInEx/Il2CppInterop
A tool interoperate between CoreCLR and Il2Cpp at runtime
0xd4d/JitDasm
Disassemble jitted .NET methods
xoofx/JitBuddy
Disassemble to x86/x64 ASM listing the native code generated by the JIT of a managed method.
Reloaded-Project/Reloaded.Hooks
Advanced native function hooks for x86, x64. Welcome to the next level!
Version Downloads Last updated
1.21.0 199,248 1/20/2024
1.20.0 62,162 7/19/2023
1.19.0 6,171 6/4/2023
1.18.0 69,867 12/17/2022
1.17.0 18,785,750 2/24/2022
1.16.0 9,235 2/3/2022
1.15.0 27,498 10/7/2021
1.14.0 6,803 8/19/2021
1.13.0 29,097 7/8/2021
1.12.0 28,199 6/10/2021
1.11.3 12,139 5/13/2021
1.11.2 4,876 4/29/2021
1.11.1 28,705 4/15/2021
1.11.0 3,534 3/22/2021
1.10.0 28,758 12/12/2020
1.9.0 59,105 10/18/2020
1.8.0 8,349,311 7/17/2020
1.7.0 26,035 5/26/2020
1.6.0 35,855 4/16/2020
1.5.0 6,595 1/26/2020
1.4.0 5,039,464 10/5/2019
1.3.0 20,439 5/31/2019
1.2.0 3,980 3/22/2019
1.1.1 7,892 1/13/2019
1.1.0 2,552 1/3/2019
1.0.2 3,628 11/10/2018
1.0.1 2,379 10/27/2018
1.0.0 2,017 10/26/2018
0.9.0 3,158 9/21/2018