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
Dalvik technically supports 65536 registers, but Binary Ninja hangs when more than a thousand or so RegisterInfos are added. The current workaround is to just set 256 of them.
Also, I don't know what setting Architecture.regs actually does.
Dalvik technically supports 65536 registers, but Binary Ninja hangs when more than a thousand or so
RegisterInfo
s are added. The current workaround is to just set 256 of them.Also, I don't know what setting
Architecture.regs
actually does.https://github.com/CarveSystems/banjo/blob/bd07db6c3a8de9b4eff56d381c581909b0ea2b05/architecture.py#L27
The text was updated successfully, but these errors were encountered: