Iced 1.18.0
dotnet add package Iced --version 1.18.0
NuGet\Install-Package Iced -Version 1.18.0
<PackageReference Include="Iced" Version="1.18.0" />
paket add Iced --version 1.18.0
#r "nuget: Iced, 1.18.0"
// Install Iced as a Cake Addin
#addin nuget:?package=Iced&version=1.18.0
// Install Iced as a Cake Tool
#tool nuget:?package=Iced&version=1.18.0
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 | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.5
- No dependencies.
-
.NETStandard 2.0
- No dependencies.
-
.NETStandard 2.1
- No dependencies.
NuGet packages (25)
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 |
|
Microsoft.DotNet.Interactive.ExtensionLab
Experimental kernel extensions for dotnet-interactive |
GitHub repositories (20)
Showing the top 5 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
|
|
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.
|
Version | Downloads | Last updated |
---|---|---|
1.18.0 | 10,537 | 12/17/2022 |
1.17.0 | 1,756,551 | 2/24/2022 |
1.16.0 | 6,005 | 2/3/2022 |
1.15.0 | 15,018 | 10/7/2021 |
1.14.0 | 5,110 | 8/19/2021 |
1.13.0 | 26,256 | 7/8/2021 |
1.12.0 | 6,964 | 6/10/2021 |
1.11.3 | 8,680 | 5/13/2021 |
1.11.2 | 2,498 | 4/29/2021 |
1.11.1 | 22,421 | 4/15/2021 |
1.11.0 | 2,253 | 3/22/2021 |
1.10.0 | 22,901 | 12/12/2020 |
1.9.0 | 32,407 | 10/18/2020 |
1.8.0 | 5,293,359 | 7/17/2020 |
1.7.0 | 24,560 | 5/26/2020 |
1.6.0 | 26,781 | 4/16/2020 |
1.5.0 | 4,441 | 1/26/2020 |
1.4.0 | 3,938,083 | 10/5/2019 |
1.3.0 | 14,539 | 5/31/2019 |
1.2.0 | 2,734 | 3/22/2019 |
1.1.1 | 6,482 | 1/13/2019 |
1.1.0 | 1,292 | 1/3/2019 |
1.0.2 | 2,385 | 11/10/2018 |
1.0.1 | 1,136 | 10/27/2018 |
1.0.0 | 735 | 10/26/2018 |
0.9.0 | 1,192 | 9/21/2018 |