![]() |
VOOZH | about |
dotnet add package Iced --version 1.7.0
NuGet\Install-Package Iced -Version 1.7.0
<PackageReference Include="Iced" Version="1.7.0" />
<PackageVersion Include="Iced" Version="1.7.0" />Directory.Packages.props
<PackageReference Include="Iced" />Project file
paket add Iced --version 1.7.0
#r "nuget: Iced, 1.7.0"
#:package Iced@1.7.0
#addin nuget:?package=Iced&version=1.7.0Install as a Cake Addin
#tool nuget:?package=Iced&version=1.7.0Install as a Cake Tool
Iced is a high performance x86 (16/32/64-bit) instruction decoder, disassembler and assembler written in C#.
It can be used for static analysis of x86/x64 binaries, to rewrite code (eg. remove garbage instructions), to relocate code or as a disassembler.
- ✔️Supports all Intel and AMD instructions
- ✔️100% C# code
- ✔️The formatter supports masm, nasm, gas (AT&T), Intel (XED) and there are many options to customize the output
- ✔️The decoder is 2x+ faster than other similar libraries and doesn't allocate any memory
- ✔️Small decoded instructions, only 32 bytes
- ✔️High level Assembler providing a simple and lean syntax (e.g `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, flow control info, etc
- ✔️All instructions are tested (decode, encode, format, instruction info)
- ✔️Supports `.NET Standard 2.0/2.1+` and `.NET Framework 4.5+`
- ✔️License: MIT
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 is compatible. |
| .NET Framework | net45 net45 is compatible. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
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! |
|
|
LavaGang.MelonLoader
The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono. |
|
|
Il2CppInterop.Common
Common API for Il2CppInterop packages |
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!
|
|
|
chocolatey/choco
Chocolatey - the package manager for Windows
|
|
|
dotnet/BenchmarkDotNet
Powerful .NET library for benchmarking
|
|
|
BepInEx/BepInEx
Unity / XNA game patcher and plugin framework
|
|
|
LavaGang/MelonLoader
The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono
|
|
|
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.
|
|
|
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
|
|
|
abbaye/WpfHexEditorIDE
WpfHexEditor Studio is a IDE built on WPF and .NET 8, designed for advanced binary analysis and reverse engineering—combining a powerful hex editor, deep inspection tools, and native support for .NET projects and Visual Studio solutions in a single high-performance platform.
|
|
|
imchillin/Anamnesis
A standalone tool that allows the user a greater degree of flexibility for making creative and interesting screenshots.
|
|
|
OpenRakis/Spice86
Reverse engineer and rewrite real mode DOS programs!
|
|
|
chummer5a/chummer5a
Character generator for Shadowrun 5th edition
|
|
|
knah/Il2CppAssemblyUnhollower
A tool to generate Managed->IL2CPP proxy assemblies
|
|
|
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
|
|
|
Washi1337/Echo
Generic static analysis framework.
|
|
|
Reloaded-Project/Reloaded.Hooks
Advanced native function hooks for x86, x64. Welcome to the next level!
|
| Version | Downloads | Last Updated |
|---|---|---|
| 1.21.0 | 9,655,562 | 1/20/2024 |
| 1.20.0 | 97,455 | 7/19/2023 |
| 1.19.0 | 27,849 | 6/4/2023 |
| 1.18.0 | 99,248 | 12/17/2022 |
| 1.17.0 | 36,109,660 | 2/24/2022 |
| 1.16.0 | 35,307 | 2/3/2022 |
| 1.15.0 | 52,157 | 10/7/2021 |
| 1.14.0 | 27,655 | 8/19/2021 |
| 1.13.0 | 50,457 | 7/8/2021 |
| 1.12.0 | 62,877 | 6/10/2021 |
| 1.11.3 | 33,810 | 5/13/2021 |
| 1.11.2 | 26,313 | 4/29/2021 |
| 1.11.1 | 54,133 | 4/15/2021 |
| 1.11.0 | 24,430 | 3/22/2021 |
| 1.10.0 | 52,481 | 12/12/2020 |
| 1.9.0 | 93,832 | 10/18/2020 |
| 1.8.0 | 9,895,901 | 7/17/2020 |
| 1.7.0 | 49,363 | 5/26/2020 |
| 1.6.0 | 59,663 | 4/16/2020 |
| 1.5.0 | 27,428 | 1/26/2020 |