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
Functions: get type information bits for flags

Functions

constexpr flags64_t idaapi char_flag (void)
 see FF_opbits
 
constexpr flags64_t idaapi off_flag (void)
 see FF_opbits
 
constexpr flags64_t idaapi enum_flag (void)
 see FF_opbits
 
constexpr flags64_t idaapi stroff_flag (void)
 see FF_opbits
 
constexpr flags64_t idaapi stkvar_flag (void)
 see FF_opbits
 
constexpr flags64_t idaapi flt_flag (void)
 see FF_opbits
 
constexpr flags64_t idaapi custfmt_flag (void)
 see FF_opbits
 
constexpr flags64_t idaapi seg_flag (void)
 see FF_opbits
 
idaman flags64_t ida_export num_flag (void)
 Get number of default base (bin, oct, dec, hex)
 
constexpr flags64_t idaapi hex_flag (void)
 Get number flag of the base, regardless of current processor - better to use num_flag()
 
constexpr flags64_t idaapi dec_flag (void)
 Get number flag of the base, regardless of current processor - better to use num_flag() More...
 
constexpr flags64_t idaapi oct_flag (void)
 Get number flag of the base, regardless of current processor - better to use num_flag() More...
 
constexpr flags64_t idaapi bin_flag (void)
 Get number flag of the base, regardless of current processor - better to use num_flag() More...
 

Detailed Description

Values of these functions are used as input to set_op_type() function

Function Documentation

◆ dec_flag()

constexpr flags64_t idaapi dec_flag ( void  )
inlineconstexpr

Get number flag of the base, regardless of current processor - better to use num_flag()

◆ oct_flag()

constexpr flags64_t idaapi oct_flag ( void  )
inlineconstexpr

Get number flag of the base, regardless of current processor - better to use num_flag()

◆ bin_flag()

constexpr flags64_t idaapi bin_flag ( void  )
inlineconstexpr

Get number flag of the base, regardless of current processor - better to use num_flag()