Values of these functions are used as input to set_op_type() function
|
|
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...
|
| |
◆ dec_flag()
Get number flag of the base, regardless of current processor - better to use num_flag()
◆ oct_flag()
Get number flag of the base, regardless of current processor - better to use num_flag()
◆ bin_flag()
Get number flag of the base, regardless of current processor - better to use num_flag()