B2R2


CILInstruction Type

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

Constructors

Constructor Description

CILInstruction(addr, numBytes, wordSize)

Full Usage: CILInstruction(addr, numBytes, wordSize)

Parameters:
Returns: CILInstruction
addr : Addr
numBytes : uint32
wordSize : WordSize
Returns: CILInstruction