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

Allow translating sub-registers to base registers. #53

Merged
merged 2 commits into from Dec 8, 2018

Conversation

ltfish
Copy link
Member

@ltfish ltfish commented Nov 18, 2018

No description provided.

@rhelmot
Copy link
Member

rhelmot commented Nov 18, 2018

Is there a way to get this to work that's not based on vex offsets?

@ltfish
Copy link
Member Author

ltfish commented Nov 19, 2018

@rhelmot We mainly deal with (VEX) register offsets in angr (both in static analysis code and symbolic execution code). I wonder how else this can be designed without using VEX offsets and without incurring a lot of conversion from VEX offsets to register names and back to VEX offsets when using it.

@rhelmot
Copy link
Member

rhelmot commented Nov 20, 2018

Right - but in the meantime, can we make it so that this doesn't cause crashes when pyvex isn't installed?

@ltfish ltfish merged commit d3eb03b into master Dec 8, 2018
@ltfish ltfish deleted the feat/subregisters_to_baseregisters branch December 8, 2018 09:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants