Iced 1.9.0
Iced is a high performance and correct 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
- ✔️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 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
- ✔️Supports `.NET Standard 2.0/2.1+` and `.NET Framework 4.5+`
- ✔️License: MIT
Showing the top 20 packages that depend on Iced.
Packages | Downloads |
---|---|
BenchmarkDotNet
Powerful .NET library for benchmarking
|
1,417 |
BenchmarkDotNet
Powerful .NET library for benchmarking
|
371 |
BenchmarkDotNet
Powerful .NET library for benchmarking
|
43 |
BenchmarkDotNet
Powerful .NET library for benchmarking
|
33 |
BenchmarkDotNet
Powerful .NET library for benchmarking
|
31 |
BenchmarkDotNet
Powerful .NET library for benchmarking
|
30 |
BenchmarkDotNet
Powerful .NET library for benchmarking
|
29 |
BenchmarkDotNet
Powerful .NET library for benchmarking
|
28 |
BenchmarkDotNet
Powerful .NET library for benchmarking
|
27 |
BenchmarkDotNet
Powerful .NET library for benchmarking
|
26 |
BenchmarkDotNet
Powerful .NET library for benchmarking
|
25 |
.NET Framework 4.5
- No dependencies.
.NET Standard 2.0
- No dependencies.
.NET Standard 2.1
- No dependencies.
Version | Downloads | Last updated |
---|---|---|
1.21.0 | 40 | 03/07/2024 |
1.20.0 | 40 | 12/17/2023 |
1.19.0 | 31 | 12/17/2023 |
1.18.0 | 36 | 12/17/2023 |
1.17.0 | 1,424 | 12/01/2023 |
1.16.0 | 36 | 12/17/2023 |
1.15.0 | 42 | 12/15/2023 |
1.14.0 | 34 | 12/17/2023 |
1.13.0 | 33 | 12/14/2023 |
1.12.0 | 37 | 12/17/2023 |
1.11.3 | 35 | 12/17/2023 |
1.11.2 | 36 | 12/17/2023 |
1.11.1 | 38 | 12/13/2023 |
1.11.0 | 38 | 12/17/2023 |
1.10.0 | 31 | 12/17/2023 |
1.9.0 | 36 | 12/17/2023 |
1.8.0 | 31 | 12/13/2023 |
1.7.0 | 41 | 12/15/2023 |
1.6.0 | 33 | 12/17/2023 |
1.5.0 | 33 | 12/11/2023 |
1.4.0 | 36 | 12/17/2023 |
1.3.0 | 34 | 12/13/2023 |
1.2.0 | 34 | 12/17/2023 |
1.1.1 | 32 | 12/17/2023 |
1.1.0 | 34 | 12/17/2023 |
1.0.2 | 32 | 12/17/2023 |
1.0.1 | 35 | 12/13/2023 |
1.0.0 | 41 | 12/17/2023 |
0.9.0 | 37 | 12/17/2023 |