IDA C++ SDK 9.2
Loading...
Searching...
No Matches
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()
constexpr flags64_t idaapi oct_flag (void)
 Get number flag of the base, regardless of current processor - better to use num_flag()
constexpr flags64_t idaapi bin_flag (void)
 Get number flag of the base, regardless of current processor - better to use num_flag()

Detailed Description

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

Function Documentation

◆ char_flag()

flags64_t idaapi char_flag ( void )
inlineconstexpr

see FF_opbits

◆ off_flag()

flags64_t idaapi off_flag ( void )
inlineconstexpr

see FF_opbits

◆ enum_flag()

flags64_t idaapi enum_flag ( void )
inlineconstexpr

see FF_opbits

◆ stroff_flag()

flags64_t idaapi stroff_flag ( void )
inlineconstexpr

see FF_opbits

◆ stkvar_flag()

flags64_t idaapi stkvar_flag ( void )
inlineconstexpr

see FF_opbits

◆ flt_flag()

flags64_t idaapi flt_flag ( void )
inlineconstexpr

see FF_opbits

◆ custfmt_flag()

flags64_t idaapi custfmt_flag ( void )
inlineconstexpr

see FF_opbits

◆ seg_flag()

flags64_t idaapi seg_flag ( void )
inlineconstexpr

see FF_opbits

◆ num_flag()

idaman flags64_t ida_export num_flag ( void )

Get number of default base (bin, oct, dec, hex)

◆ hex_flag()

flags64_t idaapi hex_flag ( void )
inlineconstexpr

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

◆ dec_flag()

flags64_t idaapi dec_flag ( void )
inlineconstexpr

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

◆ oct_flag()

flags64_t idaapi oct_flag ( void )
inlineconstexpr

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

◆ bin_flag()

flags64_t idaapi bin_flag ( void )
inlineconstexpr

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