bap-bindings icon indicating copy to clipboard operation
bap-bindings copied to clipboard

C Bindings to BAP

Results 3 bap-bindings issues
Sort by recently updated
recently updated
newest added

I have this error when installing, can someone help me ? ``` $ make -j /usr/bin/ocamlfind opt -c -o _build/bap/lib/bindings.cmx -I _build/bap/generated -I _build/bap/lib -package bap,bap-plugins,ctypes.stubs,ctypes.foreign,findlib.dynload,bap-main bap/lib/bindings.ml /usr/bin/ocamlfind opt -c...

`ctypes` 0.18.0 merged the threaded and unthreaded sub package for `ctypes.foreign`. As a result, building bap-bindings fails with the following message: ``` /nix/store/v02f2lbgkrdawgxzgqpy4gs57caqqn0i-ocaml-findlib-1.8.1/bin/ocamlfind opt -o _build/bap/generate -linkpkg -package bap,bap-plugins,ctypes.stubs,ctypes.foreign,findlib.dynload,bap-main _build/bap/lib/bindings.cmx...

### Environment * BAP 1.6.0 * OCaml 4.05.0 * GCC 9.2.0 ### Problem ``` $ git clone https://github.com/BinaryAnalysisPlatform/bap-bindings.git $ cd bap-bindings/ $ autoconf && ./configure $ make -j ocamlc -g...