B2R2


IndirectJumpResolution Type

IndirectJumpResolution recovers jump targets of indirect jumps by inferring their jump tables. It first identifies jump table bases with constant propagation and recovers the entire table ranges by leveraging the structural properties of the binary.

Constructors

Constructor Description

IndirectJumpResolution(bld)

Full Usage: IndirectJumpResolution(bld)

Parameters:
Returns: IndirectJumpResolution
bld : ICFGBuildable
Returns: IndirectJumpResolution