Header menu logo B2R2

LiftingUtils Module

Provides several utility functions for lifting binary code to IR.

Nested modules

Modules Description

IEEE754Double

IEEE754Single

Functions and values

Function or value Description

builder --!> insLen

Full Usage: builder --!> insLen

Parameters:
Returns: ILowUIRBuilder
Modifiers: inline

Marks the end of an instruction by appending an IEMark statement to the given builder. A builder is defined for each different CPU architecture, so this function is only useful if the builder implements the `Stream` member.

builder : ILowUIRBuilder
insLen : uint32
Returns: ILowUIRBuilder