Lines Matching full:bindings
21 ├── bindings <- all bindings are under this dir
22 │ ├── java <- Java bindings + test code
23 │ ├── ocaml <- Ocaml bindings + test code
24 │ └── python <- Python bindings + test code
49 At the same time, for Java/Ocaml/Python bindings, be sure to always use
50 the bindings coming with the core to avoid potential incompatibility issue
52 See bindings/<language>/README for detail instructions on how to compile &
53 install the bindings.
89 Bindings:
90 - bindings/Makefile
91 - bindings/const_generator.py: add the header file and the architecture
92 - bindings/python/Makefile
93 - bindings/python/capstone/__init__.py
94 - bindings/python/capstone/newarch.py: define the python structures
95 - bindings/python/capstone/newarch_const.py: generate this file
96 - bindings/python/test_newarch.py: create a basic decoding test
97 - bindings/python/test_all.py