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
Function description flags

Used by ext_idcfunc_t::flags. More...

Macros

#define EXTFUN_BASE   0x0001
 requires open database.
 
#define EXTFUN_NORET   0x0002
 does not return. More...
 
#define EXTFUN_SAFE   0x0004
 thread safe function. More...
 

Detailed Description

Used by ext_idcfunc_t::flags.

Macro Definition Documentation

◆ EXTFUN_NORET

#define EXTFUN_NORET   0x0002

does not return.

the interpreter may clean up its state before calling it.

◆ EXTFUN_SAFE

#define EXTFUN_SAFE   0x0004

thread safe function.

may be called from any thread.