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

Method inputFile

src/disassembler/IDA/ida_api.py:368–374  ·  view source on GitHub ↗

Return the (full) path of the input file that was used to create the database. Return Value: Path to the input file

(self)

Source from the content-addressed store, hash-verified

366
367 # Overridden base function
368 def inputFile(self):
369 """Return the (full) path of the input file that was used to create the database.
370
371 Return Value:
372 Path to the input file
373 """
374 return ida_nalt.get_root_filename()
375
376 # Overridden base function
377 def databaseFile(self):

Callers 3

analyzeFileFunction · 0.45
writeHeaderFunction · 0.45
constructLogPathFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected