Expand description
Instruction decoding using iced-x86
Provides comprehensive instruction decoding with full support for all x86/x64 instructions, including proper handling of:
- Instruction lengths
- Relative addressing (RIP-relative, branches)
- Control flow analysis
- Instruction operand information
Structs§
- Decoded
Instruction - decoded instruction with full metadata
- Instruction
Decoder - instruction decoder using iced-x86
Functions§
- decode_
one - convenience function to decode a single instruction
- find_
instruction_ boundary - convenience function to find instruction boundary
- uses_
relative_ addressing - check if instruction at address uses relative addressing