lazymio
lazymio
Acknowledged, but I'm not rust expert and not confident enough to post a fix. Could you draft a PR?
I don't think it's the correct way to fix though it might solve your issue for now. Why is java special in this case?
It's quite unclear to me how these fixes work without an M1 test environment. I can review this probably after I get one for debugging.
Yes, according to arm doc here: https://developer.arm.com/documentation/ddi0403/d/System-Level-Architecture/System-Address-Map/The-system-address-map?lang=en `0xfffffc00` is an address in `XN`, which means trying to execute on that address will generate a fault as you see. *Note uc1...
This revert will cause a few other regressions when no `UC_HOOK_CODE` is installed. To fix it correctly, could provide a reproduction script?
> > This revert will cause a few other regressions when no `UC_HOOK_CODE` is installed. To fix it correctly, could provide a reproduction script? > > I provided one, in...
Fixed in c4a0813
Fixed in c4a0813
092014a6cc85ee94b42646eed2db4a98012e1e31
Link to #1217. Hopefully, someone would contribute.