This class serves as a generic proxy to the IDA Pro Python API. This
is neccessary because while running the plugin, dynamic references to the
loaded Python modules get lost when inside functions called by Qt. As a
side effect, we can also do central error handling in this proxy
class.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
MakeNameEx(self,
address,
name,
warning_level) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Functions(self,
start_address=None,
end_address=None) |
source code
|
|
|
Heads(self,
start_address=None,
end_address=None) |
source code
|
|
|
|
|
|
|
|
|
SetColor(self,
address,
location_type,
color) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|