BinaryAnalysisPlatform/bap-python

Missing small imports in adt.py

tylerni7 opened this issue · 2 comments

adt.py seems to be missing an import for bap.bir.Tid, so an attempt at using find with a key of that type fails (such as the simple example on the main page)

ivg commented

Yeah, it was originally in the bir module, but later we lifted it into adt module. Will fix in the next release, thanks for the report!

ivg commented

Fixed with #6.