Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Binary Ninja hangs when setting all registers #13

Open
austin-ralls-cs opened this issue Feb 4, 2020 · 1 comment
Open

Binary Ninja hangs when setting all registers #13

austin-ralls-cs opened this issue Feb 4, 2020 · 1 comment
Labels
binaryninja Issue about Binary Ninja integration improvement Something works but could be better

Comments

@austin-ralls-cs
Copy link
Member

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.

https://github.com/CarveSystems/banjo/blob/bd07db6c3a8de9b4eff56d381c581909b0ea2b05/architecture.py#L27

@austin-ralls-cs austin-ralls-cs added binaryninja Issue about Binary Ninja integration improvement Something works but could be better labels Feb 4, 2020
@austin-ralls-cs
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binaryninja Issue about Binary Ninja integration improvement Something works but could be better
Projects
None yet
Development

No branches or pull requests

1 participant