IDA SDK
|
The following functions set operand representation. If they are applied to unexplored bytes, they convert them.
ea | linear address |
n | number of operand (0, 1, -1) |
Functions | |
bool idaapi | op_chr (ea_t ea, int n) |
set op type to char_flag() | |
bool idaapi | op_num (ea_t ea, int n) |
set op type to num_flag() | |
bool idaapi | op_hex (ea_t ea, int n) |
set op type to hex_flag() | |
bool idaapi | op_dec (ea_t ea, int n) |
set op type to dec_flag() | |
bool idaapi | op_oct (ea_t ea, int n) |
set op type to oct_flag() | |
bool idaapi | op_bin (ea_t ea, int n) |
set op type to bin_flag() | |
bool idaapi | op_flt (ea_t ea, int n) |
set op type to flt_flag() | |