wuetj
Results
2
issues of
wuetj
The `Hooks.md` currently mentions this about `UC_HOOK_CODE`: https://github.com/unicorn-engine/unicorn/blob/c24c9ebe773ce6fbecb0e39f68ffb23b7326b17f/docs/Hooks.md?plain=1#L35 So in my application, which emulates a Cortex M7, I ended up using this hook to modify the program counter during execution....
This adds a missing hflag update after updating the xpsr. Currently when using an Arm Cortex-M CPU, which does not feature `ARM_FEATURE_M_SECURITY`, the `EXC_RETURN` interrupt is not triggered. After some...