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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: