wtfsck 4b3d704a96 Merge pull request #769 from icedland/dependabot/maven/src/java/iced-x86/org.apache.maven.plugins-maven-resources-plugin-3.4.0
Bump org.apache.maven.plugins:maven-resources-plugin from 3.3.1 to 3.4.0 in /src/java/iced-x86
2026-01-03 18:12:52 +01:00
2025-06-30 16:01:02 +02:00
2019-01-01 13:05:47 +01:00
2021-10-12 23:13:32 +02:00
2021-03-19 17:31:02 +01:00
2018-09-21 21:30:08 +02:00
2024-01-20 15:36:25 +01:00

iced crates.io NuGet maven pypi GitHub builds codecov

iced is a blazing fast and correct x86 (16/32/64-bit) instruction decoder, disassembler and assembler.

  • 👍 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
  • 👍 Supports .NET, Rust, Python, JavaScript (WebAssembly)
  • 👍 The formatter supports masm, nasm, gas (AT&T), Intel (XED) and there are many options to customize the output
  • 👍 Blazing fast: Decodes >250 MB/s and decode+format >130 MB/s (Rust, see here)
  • 👍 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
  • 👍 License: MIT

Examples

License

MIT

Icon

Logo processor by Creative Stall from the Noun Project

S
Description
Automated archival mirror of github.com/icedland/iced
Readme 88 MiB
Languages
Java 37.9%
Rust 27.8%
C# 27.6%
Python 3.3%
Lua 3%
Other 0.3%