bap-python
bap-python copied to clipboard
How to use with current BAP, e.g. v2.2 or higher?
Following the setup instructions, running opam install bap-server and building from source (after figuring out LLVM dependencies, etc):
- It seems
bap-serveruses~/.opam/system/bin/bap. This binary is version1.4.0, quite old. - Installing the latest release
.debpackages on the system doesn't change the version used bybap-server, I think.
How can I configure the Python bindings to use a current BAP version through bap-server? Maybe bap-server can be added to the Debian releases, since it's a bit challenging to build?