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
entry flags

Passed as 'flags' parameter to add_entry(ea_t, const char *, int) More...

Macros

#define AEF_UTF8   0x0
 the name is given in UTF-8 (default)
 
#define AEF_IDBENC   0x1
 the name is given in the IDB encoding; non-ASCII bytes will be decoded accordingly. More...
 
#define AEF_NODUMMY   0x2
 automatically prepend the name with '_' if it begins with a dummy suffix. More...
 

Detailed Description

Passed as 'flags' parameter to add_entry(ea_t, const char *, int)

Macro Definition Documentation

◆ AEF_IDBENC

#define AEF_IDBENC   0x1

the name is given in the IDB encoding; non-ASCII bytes will be decoded accordingly.

Specifying AEF_IDBENC also implies AEF_NODUMMY

◆ AEF_NODUMMY

#define AEF_NODUMMY   0x2

automatically prepend the name with '_' if it begins with a dummy suffix.

See also AEF_IDBENC