IDA SDK
|
Macros | |
#define | HKCB_GLOBAL 0x0001 |
is global event listener? if true, the listener will survive database closing and opening. More... | |
#define HKCB_GLOBAL 0x0001 |
is global event listener? if true, the listener will survive database closing and opening.
it will stay in the memory until explicitly unhooked. otherwise the kernel will delete it as soon as the owner is unloaded. should be used only with PLUGIN_FIX plugins.