x86/x64 disassembler, assembler, instruction decoder NuGet Package

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.




Got any x86/x64 disassembler, assembler, instruction decoder Question?





Info

Version: 1.21.0
Author(s): 0xd4d
Last Update: Saturday, January 20, 2024
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/icedland/iced
NuGet Url: https://www.nuget.org/packages/Iced


Install
Install-Package Iced
dotnet add package Iced
paket add Iced
Iced Download (Unzip the "nupkg" after downloading)

.NETFramework 4.5
  • No dependencies.
.NETStandard 2.0
  • No dependencies.
netstandard2.1
  • No dependencies.
5 packages depend on this package.


Tags



STATS

must-have-score

5.5

avg-downloads-per-day

9002

days-since-last-release

91