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 Optional instruction flags #36

Open
Nordwald opened this issue Aug 18, 2016 · 1 comment
Open

Implement Optional instruction flags #36

Nordwald opened this issue Aug 18, 2016 · 1 comment

Comments

@Nordwald
Copy link

Implement Optional instruction flags instead of home-brewn REIL instructions.

For example, the implemented RET instruction could be substituted by an JCC instruction with the optional IOPT_RET flag implemented in openREIL.

I acknowledge the work done on this REIL implementation, but this could increase the interoperability of the two projects and may help to make REIL a more popular IR.

@cnheitman
Copy link
Collaborator

Hi! Thanks for your suggestion. It is a feature I've been planning to implement for a while. Indeed, it could increase interoperability, and I think it could ease the development of other features that deal with REIL instructions directly.

Regarding the RET instruction you mentioned, I just want to say it is no longer used in the translations and it will be removed soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants