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
Action context property bits

used by action_ctx_base_t::cur_flags More...

Macros

#define ACF_HAS_SELECTION   (1 << 0)
 there is currently a valid selection
 
#define ACF_XTRN_EA   (1 << 1)
 cur_ea is in 'externs' segment
 
#define ACF_HAS_FIELD_DIRTREE_SELECTION   (1 << 2)
 'cur_enum_member' and 'dirtree_selection' fields are present
 
#define ACF_HAS_SOURCE   (1 << 3)
 'source' field is present
 
#define ACF_HAS_TYPE_REF   (1 << 4)
 'type_ref' field is present
 

Detailed Description

used by action_ctx_base_t::cur_flags