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
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