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