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

BAP python bindings

Results 4 bap-python issues
Sort by recently updated
recently updated
newest added

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):...