mirror of
https://github.com/cemu-project/idapython.git
synced 2025-02-11 07:38:53 +01:00
![elias.bachaalany](/assets/img/avatar_default.png)
It is now possible to identify the registers of a decoded instruction with: cmd = DecodeInstruction(here()) if cmd[0].is_reg(proc_regs.eax): print "EAX is used" or something like: if cmd[1].is_reg(proc_regs.al): print "al is used"