Header menu logo B2R2

WASMInstruction Type

The internal representation for a WASM instruction used by our disassembler and lifter.

Constructors

Constructor Description

WASMInstruction(addr, numBytes, insInfo)

Full Usage: WASMInstruction(addr, numBytes, insInfo)

Parameters:
Returns: WASMInstruction
addr : Addr
numBytes : uint32
insInfo : InsInfo
Returns: WASMInstruction

Instance members

Instance member Description

this.HasConcJmpTarget

Full Usage: this.HasConcJmpTarget

Returns: 'a
Returns: 'a

this.Info

Full Usage: this.Info

Returns: InsInfo

Basic instruction information.

Returns: InsInfo

Type something to start searching.