MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / file

Method file

python/database.py:355–359  ·  view source on GitHub ↗

Get the owning FileMetadata (read-only)

(self)

Source from the content-addressed store, hash-verified

353
354 @property
355 def file(self) -> 'filemetadata.FileMetadata':
356 """Get the owning FileMetadata (read-only)"""
357 handle = core.BNGetDatabaseFile(self.handle)
358 assert handle is not None
359 return filemetadata.FileMetadata(handle=handle)
360
361 @property
362 def analysis_cache(self) -> KeyValueStore:

Callers 10

parse_infoMethod · 0.45
parse_infoMethod · 0.45
find_sibling_debug_fileFunction · 0.45
is_validMethod · 0.45
check_for_leaksFunction · 0.45
fromMethod · 0.45
actionMethod · 0.45
insert_workflowFunction · 0.45
data_from_fileFunction · 0.45

Calls 1

FileMetadataMethod · 0.80

Tested by 1

check_for_leaksFunction · 0.36