barf-project icon indicating copy to clipboard operation
barf-project copied to clipboard

Implement Optional instruction flags

Open Nordwald opened this issue 9 years ago • 1 comments

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.

Nordwald avatar Aug 18 '16 05:08 Nordwald

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.

cnheitman avatar Aug 22 '16 13:08 cnheitman