A widget for allowing easy access to Windows API information.
Front-end to the idascope.core.WinApiProvider.
|
|
|
|
|
register_hotkeys(self)
Register hotkeys with IDAscope in order to ease the use of this
widget. |
source code
|
|
|
createGui(self)
Create the GUI for this widget and all of its components. |
source code
|
|
|
create_back_button(self)
Create a back button to allow easier browsing |
source code
|
|
|
create_next_button(self)
Create a next button to allow easier browsing |
source code
|
|
|
|
|
create_search_button(self)
Create a search button besides the QLineEdit. |
source code
|
|
|
|
|
|
|
populate_browser_window(self)
Populate the browser window based upon the entered term in the search
line. |
source code
|
|
|
|
|
|
|
|
|
|
|
navigate(self,
api_name)
A function exposed in order to allow the widget to be navigated to an
arbitrary API name. |
source code
|
|
|
navigate_to_highlighted_identifier(self)
A function exposed to allow navigating the widget to the currently
highlighted identifier from the IDA view. |
source code
|
|
|
update_history_button_state(self)
Update the button state (enabled/disabled) according to availability
of history information from the WinApiProvider |
source code
|
|