Module iced_decoder

Module iced_decoder 

Source
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§

DecodedInstruction
decoded instruction with full metadata
InstructionDecoder
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