pfalcon / ScratchABit

Easily retargetable and hackable interactive disassembler with IDAPython-compatible plugin API
GNU General Public License v3.0
393 stars 47 forks source link

arm: "mov pc, ...", "pop ..., pc" can be conditional #36

Open pfalcon opened 6 years ago

pfalcon commented 6 years ago

So, "mov pc, ...", "pop ..., pc" shouldn't be treated as unconditional flow-terminating instructions, flow may continue if the instruction is conditional (as usual, depends).