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'm trying to emulate a 32-bit ARM binary that makes use of the ARMv8 Crypto Extensions. From what I understand, the only way to access these extensions is by starting in AArch64 mode and then switching to AArch32. Is it possible to do this in Unicorn? If so, how can it be done?