IDA SDK
Hook installation bits.

Detailed Description

Macros

#define HKCB_GLOBAL   0x0001
 is global event listener? if true, the listener will survive database closing and opening. More...
 

Macro Definition Documentation

◆ HKCB_GLOBAL

#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.