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

Add a function for retrieving all saved metadata of the current binary view in a dictionary

Open kr1tzy opened this issue 1 year ago • 0 comments

Right now the only way to retrieve all of the saved metadata for the current binary view is to bv.query_metadata(key) each of the saved keys. This requires manually updating a static list for each new key and consolidating dictionaries. Having something like bv.get_all_metadata() return a dictionary of every key-value pair would make this task much smoother.

kr1tzy avatar Jul 06 '22 03:07 kr1tzy