draperlaboratory / VIBES

Verified, Incremental, Binary Editing with Synthesis
MIT License
51 stars 1 forks source link

Make more extensive use of `Bap_c` #173

Open bmourad01 opened 2 years ago

bmourad01 commented 2 years ago

Per discussion with @ivg on #167, the C frontend could re-use a lot of the functionality provided in this library. Indeed, we've switched to using Bap_c.Std.Data.model for capturing the correct sizes of integers based on the target. If we seek to extend our datatype support in the frontend, perhaps we don't need to reinvent the wheel, as this library gives us a lot of the tools we need.