GrammaTech / gtirb

Intermediate Representation for Binary analysis and transformation
https://grammatech.github.io/gtirb/
Other
305 stars 36 forks source link

Patch up some missing virtual function items and add the "RAW" file type #27

Closed tjohnson-gt closed 5 years ago

tjohnson-gt commented 5 years ago

This is just a couple miscellaneous things. TableImpl needs a virtual destructor. TableTemplate::get() is an override, so mark it as such. And add in an enumerant for the "RAW" file format, which would be used for direct RAM dumps (e.g. when working with embedded firmware).