bap-python
bap-python copied to clipboard
BAP python bindings
I'm seeing this warning on Python 3.10: ``` .../lib/python3.10/site-packages/bap/noeval_parser.py:124: DeprecationWarning: invalid escape sequence '\.' parent = objs[k] = (in_s[i+1:endpos]).encode('utf-8').decode('unicode_escape') ```
Following the setup instructions, running `opam install bap-server` and building from source (after figuring out LLVM dependencies, etc): - It seems `bap-server` uses `~/.opam/system/bin/bap`. This binary is version `1.4.0`, quite...
Currently `setup.py` explicitly requires python2.7. Many distributions remove python 2 packages. Would be nice to kill it finally in favor of Python 3.
I got the following error while executing bap.run on a node binary. I was told on bap forum that it is a bug in bap: Traceback (most recent call last):...