netcoreapp2.1;netstandard2.0
x86/x64 instruction decoder, encoder, formatter
$(Description)
Iced
Iced
Iced
https://raw.githubusercontent.com/0xd4d/iced/master/logo.png
https://github.com/0xd4d/iced
MIT
$(InformationalVersion)
x86;x64;encoder;decoder;formatter;disassembler
true
true
$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb
High performance x86 (16/32/64-bit) instruction decoder, encoder and formatter.
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
- The decoder doesn't allocate any memory and is 2x-5x+ faster than other similar libraries written in C or C#
- Small decoded instructions, only 32 bytes
- The formatter supports masm, nasm and gas (AT&T) and there are many options to customize the output
- The encoder can be used to re-encode decoded instructions at any address
- The block encoder encodes a list of instructions and optimizes branches to short, near or 'long' (64-bit: 1 or more instructions)
- 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)
License: MIT
$(DefineConstants);HAS_SPAN