MCPcopy Create free account
hub / github.com/CheckPointSW/Karta / databaseFile

Method databaseFile

src/disassembler/IDA/ida_api.py:377–383  ·  view source on GitHub ↗

Return the (full) path of the database file. Return Value: Path to the database file

(self)

Source from the content-addressed store, hash-verified

375
376 # Overridden base function
377 def databaseFile(self):
378 """Return the (full) path of the database file.
379
380 Return Value:
381 Path to the database file
382 """
383 return idc.get_idb_path()
384
385 # Overridden base function
386 def renameFunction(self, ea, name):

Callers 3

pluginMainFunction · 0.45
identifyLibrariesFunction · 0.45
accumulatedKnowledgePathFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected