Header menu logo B2R2

IInstructionParsable Type

Provides an interface for parsing binary instructions.

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.Parse

Full Usage: this.Parse

Parameters:
Returns: IInstruction
Modifiers: abstract

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

span : ByteSpan
addr : Addr
Returns: IInstruction

this.Parse

Full Usage: this.Parse

Parameters:
    bs : byte[]
    addr : Addr

Returns: IInstruction
Modifiers: abstract

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

bs : byte[]
addr : Addr
Returns: IInstruction

Type something to start searching.