Closed robdockins closed 5 months ago
Ah yes, we still need conditional calls. Let me open a ticket specifically about that (with reference to this one)
To be clear, I'm not sure this is about conditional calls. I'm not 100% what to make of the listed instructions.
Ah I guess neither of those is a call (call would be branch and link, so BL or BLX).
NB, backing up to c0f3626c60114863b4d23dae53ee9d0f1517971f gives slightly different results. I'm not sure what to make of the difference.
ConcreteAddress 0x10778 program control flow desynchronized
Original: 0x1079c analysis failure Just (0x10798,"0x10798: BX_A1(0001xxxx.IIIIIIII.0010IIII.xxxx0001) Rm 14, cond 0, QuasiMask0 QuasiMask\"(\"12): 4095")
Patched: 0x1079c analysis failure Just (0x10798,"0x10798: BX_A1(0001xxxx.IIIIIIII.0010IIII.xxxx0001) Rm 14, cond 0, QuasiMask0 QuasiMask\"(\"12): 4095")
ConcreteAddress 0x11e7c program control flow desynchronized
Original: 0x11e88 syscall Just (0x11e84,"0x11e84: BX_A1(0001xxxx.IIIIIIII.0010IIII.xxxx0001) Rm 14, cond 0, QuasiMask0 QuasiMask\"(\"12): 4095")
Patched: 0x11e88 syscall Just (0x11e84,"0x11e84: BX_A1(0001xxxx.IIIIIIII.0010IIII.xxxx0001) Rm 14, cond 0, QuasiMask0 QuasiMask\"(\"12): 4095")
Overall verification verdict: Inequivalent
As of 0d80f8dbe336d47a056a83567de1fe0ceae9b741, the challenge 03 variant problem does not have the expected result.
The interesting aspects of the analysis seems to be masked by issues with the listed instructions. It's not clear to me why, but perhaps this is also related to conditional call/return issues.