unicorn
unicorn copied to clipboard
[arm32]Add hook for restoring user mode register instruction
I am researching interrupts for ARM7EJ-S and have found that instruction level hooks are required, such as LDMFD SP, {R0-PC} ^, which allow the CPU to restore user state registers. However, the unicorn engine has almost no hooks for arm32 instructions. Would you consider adding them
#2183