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
Get text representation of an operand
     ea - linear address of instruction (or data)
     n  - number of operand:
             0 - the first operand
             1 - the second operand
returns: the current text representation of operand

string print_operand(long ea, long n);

Index | Previous topic | Next topic