![]() |
IDA Domain Python API
|
Inherits object.
Public Member Functions | |
def | __init__ (self, database) |
def | get_available_sig_files (self) |
Properties | |
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | |
Provides access to FLIRT signature (.sig) files in the IDA database.
def ida_domain.SignaturesFiles.__init__ | ( | self, | |
database | |||
) |
__init__(self, database) -> SignaturesFiles Constructs a signature handler for the given database. :param database: Reference to the active IDA database.
def ida_domain.SignaturesFiles.get_available_sig_files | ( | self | ) |
get_available_sig_files(self) -> StringVector Retrieves a list of available FLIRT signature (.sig) files. :return: A vector of available signature file names.
|
static |