You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: