unicorn icon indicating copy to clipboard operation
unicorn copied to clipboard

ARM32: Implementing UC_HOOK_TCG_OPCODE

Open dotCirill opened this issue 1 year ago • 1 comments

https://github.com/unicorn-engine/unicorn/pull/2011

UC_HOOK_TCG_OPCODE is not supported for ARM now.

UC_HOOK_TCG_OPCODE for TCG_OP_SUB can be easily implemented for CMP (and CMN) instructions.

I think CMP and CMN instructions are nearly enough for implementing CMPLOG.

dotCirill avatar Sep 25 '24 20:09 dotCirill

This is cool and looks good to me.

wtdcode avatar Sep 26 '24 06:09 wtdcode

@wtdcode PR is updated. I've also changed unicornafl for cmplog. It works well on ARM32.

dotCirill avatar Feb 07 '25 22:02 dotCirill

Closing as completed.

wtdcode avatar Feb 10 '25 14:02 wtdcode