binaryninja-api icon indicating copy to clipboard operation
binaryninja-api copied to clipboard

API to Import type from BNDB

Open cesaryuan opened this issue 1 year ago • 0 comments

What is the feature you'd like to have? I want an equivalent API for the following:

image

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)

cesaryuan avatar Apr 02 '24 11:04 cesaryuan