remill icon indicating copy to clipboard operation
remill copied to clipboard

Revisit BX in AArch32 with a PC destination

Open sschriner opened this issue 4 years ago • 0 comments

When the target register is the PC for BX (branch and change architecture to Thumb) the instruction is considered indirect control flow. However the target is known, so this could be direct control flow despite the architecture change.

(See TryDecodeBX in AArch32)

sschriner avatar Jun 03 '21 02:06 sschriner