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

Implement patching and assembling #7

Open
jrozner opened this issue Jan 11, 2023 · 0 comments
Open

Implement patching and assembling #7

jrozner opened this issue Jan 11, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@jrozner
Copy link
Owner

jrozner commented Jan 11, 2023

This is currently blocked by the binary ninja rust api not supporting this functionality in the Architecture implementation. It should be relatively straight forward and simple to allow the necessary callbacks to be added. Full assembly support would likely require adding support into the msp430-asm crate. Simple patching, such as noping or branch inversion, probably could be done much simpler in just the architecture itself.

@jrozner jrozner added the enhancement New feature or request label Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant