|
IDA C++ SDK 9.2
|
#include <idp.hpp>
Public Member Functions | |
| virtual bool idaapi | run (size_t arg)=0 |
| Invoke the plugin. | |
| bool | hook_event_listener (hook_type_t hook_type, event_listener_t *cb, int hkcb_flags=0) |
| Helper function to hook event listeners. | |
| virtual | ~plugmod_t () |
| Virtual destructor. | |
| Public Member Functions inherited from modctx_t | |
| modctx_t () | |
Public Attributes | |
| size_t | owner = 0 |
| Public Attributes inherited from modctx_t | |
| processor_t & | ph |
| asm_t & | ash |
| ea_helper_t & | _eah |
| size_t | reserved [8] = { 0 } |
|
inlinevirtual |
Virtual destructor.
|
pure virtual |
Invoke the plugin.
|
inline |
Helper function to hook event listeners.
| size_t plugmod_t::owner = 0 |