Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon
plugin_info_t Struct Reference

Structure to store Plugin information. More...

#include <loader.hpp>

Public Attributes

plugin_info_tnext
 next plugin information
 
char * path
 full path to the plugin
 
char * org_name
 original short name of the plugin
 
char * name
 short name of the plugin it will appear in the menu
 
ushort org_hotkey
 original hotkey to run the plugin
 
ushort hotkey
 current hotkey to run the plugin
 
size_t arg
 argument used to call the plugin
 
plugin_tentry
 pointer to the plugin if it is already loaded
 
idadll_t dllmem
 
int flags
 a copy of plugin_t::flags
 
char * comment
 a copy of plugin_t::comment
 

Detailed Description

Structure to store Plugin information.


The documentation for this struct was generated from the following file: