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

Method filename

python/filemetadata.py:203–205  ·  view source on GitHub ↗

The name of the open bndb or binary filename (read/write)

(self)

Source from the content-addressed store, hash-verified

201
202 @property
203 def filename(self) -> str:
204 """The name of the open bndb or binary filename (read/write)"""
205 return core.BNGetFilename(self.handle)
206
207 @filename.setter
208 def filename(self, value: str) -> None:

Callers 3

parse_infoMethod · 0.45
find_sibling_debug_fileFunction · 0.45
is_validMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected