|
IDA C++ SDK 9.2
|
Structure to store plugin information. More...
#include <loader.hpp>
Public Attributes | |
| plugin_info_t * | next = nullptr |
| next plugin information | |
| char * | path = nullptr |
| full path to the plugin | |
| char * | org_name = nullptr |
| original short name of the plugin | |
| char * | name = nullptr |
| short name of the plugin it will appear in the menu | |
| ushort | org_hotkey = 0 |
| original hotkey to run the plugin | |
| ushort | hotkey = 0 |
| current hotkey to run the plugin | |
| size_t | arg = 0 |
| argument used to call the plugin | |
| plugin_t * | entry = nullptr |
| pointer to the plugin if it is already loaded | |
| idadll_t | dllmem |
| int | flags = 0 |
| a copy of plugin_t::flags | |
| char * | comment = nullptr |
| a copy of plugin_t::comment | |
| qstring | idaplg_name |
| "name" provided by ida-plugin.json or basename of path (without extension) | |
Structure to store plugin information.
| plugin_info_t* plugin_info_t::next = nullptr |
next plugin information
| char* plugin_info_t::path = nullptr |
full path to the plugin
| char* plugin_info_t::org_name = nullptr |
original short name of the plugin
| char* plugin_info_t::name = nullptr |
short name of the plugin it will appear in the menu
| ushort plugin_info_t::org_hotkey = 0 |
original hotkey to run the plugin
| ushort plugin_info_t::hotkey = 0 |
current hotkey to run the plugin
| size_t plugin_info_t::arg = 0 |
argument used to call the plugin
| plugin_t* plugin_info_t::entry = nullptr |
pointer to the plugin if it is already loaded
| idadll_t plugin_info_t::dllmem |
| int plugin_info_t::flags = 0 |
a copy of plugin_t::flags
| char* plugin_info_t::comment = nullptr |
a copy of plugin_t::comment
| qstring plugin_info_t::idaplg_name |
"name" provided by ida-plugin.json or basename of path (without extension)