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
Hook installation bits.

Macros

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

Detailed Description

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.