Return the (full) path of the input file that was used to create the database. Return Value: Path to the input file
(self)
| 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): |
no outgoing calls
no test coverage detected