kth-step / HolBA

Binary analysis in HOL
Other
33 stars 20 forks source link

Unify lifter interface #138

Open didriklundberg opened 3 years ago

didriklundberg commented 3 years ago

Currently, there exists multiple ways to interface with the lifter. We should choose one standard interface to the lifter.

Concretely, this would mean looking at bir_lifter_simple_interfaceLib.sml and bir_lifter_interfaceLib.sml and merging their functionality.