unicorn icon indicating copy to clipboard operation
unicorn copied to clipboard

[arm32]Add hook for restoring user mode register instruction

Open 1144822034 opened this issue 9 months ago • 1 comments

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

1144822034 avatar May 09 '25 10:05 1144822034

#2183

appleflyerv3 avatar May 09 '25 13:05 appleflyerv3