angr / angrop

BSD 2-Clause "Simplified" License
606 stars 71 forks source link

support conditional execution in arm #60

Open Kyle-Kyle opened 1 year ago

Kyle-Kyle commented 1 year ago

Description

currently, conditional instructions in arm will be misunderstood by vex/angr, thinking the instruction will always be executed, which is not true. the fix will be to correctly lift conditional instructions into conditional branches for all conditional instructions

Alternatives

No response

Additional context

No response