binaryninja-api
binaryninja-api copied to clipboard
API to Import type from BNDB
What is the feature you'd like to have? I want an equivalent API for the following:
Additional Information: I tried the following script, but I'm not sure it's exactly equivalent.
for name, type in load(bndb_path).types.items():
bv.define_user_type(name, type)