silentvoid
silentvoid
Hey @trainbuffer, I'm unable to reproduce on my end, could you share your complete template? Did you try to restart obsidian after the update? One more thing are you using...
Hey @AB1908 I've been willing to deprecate dynamic commands for a long time, or at least refactor them. But it looks like a fair number of people are still using...
Hey @Smitty010 I think this was fixed in 1.6.0, could you update and confirm?
Hey @wtdcode, ty for your answer! What's with `UC_ARM64_REG_CP_REG` (e.g. https://github.com/unicorn-engine/unicorn/blob/master/include/unicorn/arm64.h#L316). It looks like this is the preferred way to modify system registers, and the rest is depreciated. I'm not...
You're correct I tracked down the problem to a permission issue. It looks like Unicorn executes in EL1 and we therefore don't have the permission to access an EL3 register....