B2R2


BranchPattern Type

Union cases

Union case Description

JmpTablePattern(baseAddr, tblAddr, rt)

Full Usage: JmpTablePattern(baseAddr, tblAddr, rt)

Parameters:

This encodes an indirect jump with a jump table where baseAddr is the jump target's base address, tblAddr is the start address of a jump table, and rt is the size of each entry in the jump table.

baseAddr : Addr
tblAddr : Addr
rt : RegType

UnknownPattern

Full Usage: UnknownPattern

Unknown pattern.