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
[emulator] Require a valid architecture as an emulator invariant
The emulator half-supported a null architecture with scattered guards that
silently no-op'd or fell back to little-endian. Instead reject creation of an
emulator whose view/IL has no architecture (BNCreateLLILEmulator* returns null
with a logged error) and drop the now-unnecessary null-arch guards, so m_arch is
a hard invariant everywhere it is used.
Addresses emesare review comment on PR #8314.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments