kth-step / HolBA

Binary analysis in HOL
Other
33 stars 20 forks source link

Small modifications of evalwrapLib from the P4 project #156

Closed didriklundberg closed 1 year ago

didriklundberg commented 1 year ago

The suggested changes are as follows:

IMO in general when you program some core functionality that's called by means of different wrappers, it's a good idea to build in the least amount of format conversions into it. Then you can split the ways of calling the mechanism into those most suitable for computation and convenience and add in the extra stuff in the latter.

arolle commented 1 year ago

Thanks for the improvements. It would be really nice if you generally could add a simple example that demonstrates your usage.