BinaryAnalysisPlatform / bap-bindings

C Bindings to BAP
MIT License
15 stars 9 forks source link

initial beta release of bap C bindings. #1

Closed ivg closed 7 years ago

ivg commented 7 years ago

The bindings are rather complete (more than 2000 API functions). Probably something is missing, and there are few bugs or misnamings. The code is terrible, as the whole bindings are implemented in one compilation unit (about 2.5k OCaml code) and the compilation takes to much time.

The README file provides a high-level overview with an attempt to document the bindings. The examples folder contains three rich examples, that can be considered as tutorials.

Happy hacking!