Header menu logo B2R2

IInstructionParsable Type

A platform-independent binary instruction parser.

Instance members

Instance member Description

this.MaxInstructionSize

Full Usage: this.MaxInstructionSize

Returns: int
Modifiers: abstract

Return the maximum possible size of an instruction.

Returns: int

this.OperationMode

Full Usage: this.OperationMode

Modifiers: abstract

The current operation mode of the Parser. This is only useful for ARMv7 parsers.

this.Parse

Full Usage: this.Parse

Parameters:
Returns: Instruction
Modifiers: abstract

Parse one instruction from the given byte span assuming that the address of the instruction is `addr`.

span : ByteSpan
addr : Addr
Returns: Instruction

this.Parse

Full Usage: this.Parse

Parameters:
    bs : byte[]
    addr : Addr

Returns: Instruction
Modifiers: abstract

Parse one instruction from the given byte array assuming that the address of the instruction is `addr`.

bs : byte[]
addr : Addr
Returns: Instruction

Type something to start searching.