</>PackageGraphPackageGraph

Iced

NuGetv1.21.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

Adopt with care

Iced is usable, with caveats. Last published 963 days ago.

  • ?Adoption: grade ?, Not reported by this registry.

    No download data reported for this package yet.

  • DMaintenance: grade D, Poor — a real concern.

    Last published 963 days ago.

  • ?Weight: grade ?, Not reported by this registry.

    No dependency or size data collected for this package yet.

  • BSupply chain: grade B, Good.

    This package has a single maintainer (bus factor of 1).

  • ALicense: grade A, Excellent.

    MIT — permissive, with no copyleft found in the dependency tree.

Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.

Install cost

What you actually take on by adding Iced to a project.

0
Direct dependencies

Runtime packages this one declares itself.

0
Total installed

Distinct packages in the full runtime tree, deduplicated the way a package manager would.

Tree depth

Longest resolved dependency chain below this package.

Compatibility

.NET
No constraint declared

Iced vs the alternatives

Packages solving a similar problem in the nuget ecosystem, compared on the signals that drive an adoption decision.

PackageWeekly downloadsDependentsLicenseLast release
Icedthis page01MIT2 years ago
Gee.External.Capstone01MIT1 day ago

Used by

Popular packages that depend on Iced.

Relationship graph

Dependencies (left) and dependents (right) of Iced.

BenchmarkDotNetIced
Iced dependencies dependents

Frequently installed together

System.Threading.Tasks.ExtensionsNuGet

System.Threading.Tasks.Extensions

0/wk8 dependentsMIT
System.Reflection.Emit.LightweightNuGet

Provides the System.Reflection.Emit.DynamicMethod class, which represents a dynamic method that can be compiled, executed, and discarded. Discarded methods are available for garbage collection. Commonly Used Types: System.Reflection.Emit.DynamicMethod When using NuGet 3.x this package requires at least version 3.4.

0/wk3 dependentsMIT
BenchmarkDotNet.AnnotationsNuGet

Powerful .NET library for benchmarking

0/wk1 dependentsMIT
Gee.External.CapstoneNuGet

Capstone.NET is a .NET Core and a .NET Framework binding for the Capstone disassembly framework. It is written in C#, supports Capstone 4, and has a friendly and simple type safe API that is ridiculously easy to learn and quick to pick up.

0/wk1 dependentsMIT
Microsoft.Diagnostics.RuntimeNuGet

ClrMD is a set of advanced APIs for programmatically inspecting a crash dump of a .NET program much in the same way that the SOS Debugging Extensions (SOS) do. This allows you to write automated crash analysis for your applications as well as automate many common debugger tasks. In addition to reading crash dumps ClrMD also allows supports attaching to live processes.

0/wk1 dependentsMIT
Microsoft.DotNet.PlatformAbstractionsNuGet

Abstractions for making code that uses file system and environment testable.

0/wk1 dependents
PerfolizerNuGet

Performance analysis toolkit

0/wk1 dependentsMIT
System.ManagementNuGet

Provides access to a rich set of management information and management events about the system, devices, and applications instrumented to the Windows Management Instrumentation (WMI) infrastructure. Commonly Used Types: System.Management.ManagementClass System.Management.ManagementObject System.Management.SelectQuery

0/wk1 dependentsMIT
Microsoft.Win32.RegistryNuGet

Provides support for accessing and modifying the Windows Registry. Commonly Used Types: Microsoft.Win32.RegistryKey Microsoft.Win32.Registry Microsoft.Win32.RegistryValueKind Microsoft.Win32.RegistryHive Microsoft.Win32.RegistryView When using NuGet 3.x this package requires at least version 3.4.

0/wk1 dependentsMIT
System.Numerics.VectorsNuGet

System.Numerics.Vectors

0/wk2 dependentsMIT
System.Reflection.EmitNuGet

Provides classes that allow a compiler or tool to emit metadata and optionally generate a PE file on disk. The primary clients of these classes are script engines and compilers. Commonly Used Types: System.Reflection.Emit.AssemblyBuilder System.Reflection.Emit.FieldBuilder System.Reflection.Emit.TypeBuilder System.Reflection.Emit.MethodBuilder System.Reflection.Emit.ConstructorBuilder System.Reflection.Emit.GenericTypeParameterBuilder System.Reflection.Emit.ModuleBuilder System.Reflection.Emit.PropertyBuilder System.Reflection.Emit.AssemblyBuilderAccess System.Reflection.Emit.EventBuilder When using NuGet 3.x this package requires at least version 3.4.

0/wk4 dependentsMIT

Release history

No releases in the last two years, typically about 49 days apart.

Recent versions of Iced
VersionPublishedLicense
1.21.0latest2 years agoMIT
1.20.03 years agoMIT
1.19.03 years agoMIT
1.18.03 years agoMIT
1.17.04 years agoMIT
1.16.04 years agoMIT
1.15.04 years agoMIT
1.14.05 years agoMIT
1.13.05 years agoMIT
1.12.05 years agoMIT
1.11.35 years agoMIT
1.11.25 years agoMIT
1.11.15 years agoMIT
1.11.05 years agoMIT
1.10.05 years agoMIT

Overview

Iced is an NuGet package that 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. It has 1 known dependents in the graph. The latest version is 1.21.0, released under the MIT license.

Who should use it

Teams working in the NuGet ecosystem who need 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 and value a focused solution.

When not to use it

Consider an alternative if you need to or if a more actively-maintained option better fits your NuGet stack.

Pros

  • Clear open-source license (MIT).
  • Zero runtime dependencies — minimal footprint.

Cons

  • No significant drawbacks detected from available metadata.

Auto-generated from collected registry metadata. No external claims are inferred.

Maintainers

Keywords

Frequently asked questions

Should I use Iced?

Iced is usable, with caveats. Last published 963 days ago.

How do I install Iced?

Run `dotnet add package Iced` to add Iced to your NuGet project.

What license is Iced released under?

Iced is distributed under the MIT license.

How popular is Iced?

NuGet does not publish download counts. Within PackageGraph's crawl, 1 known packages depend on Iced.

Is Iced still maintained?

The most recent release of Iced (v1.21.0) was published 2 years ago.