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
Convert operand to a symbolic constant
(for the explanations of 'ea' and 'n' please see op_bin())
     enumid - id of enumeration type
     serial - serial number of the constant in the enumeration
              The serial numbers are used if there are more than
              one symbolic constant with the same value in the
              enumeration. In this case the first defined constant
              get the serial number 0, then second 1, etc.
              There could be 256 symbolic constants with the same
              value in the enumeration.

success op_enum(long ea, int n, long enumid, long serial);

Index | Previous topic | Next topic