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 an offset in a structure
(for the explanations of 'ea' and 'n' please see op_bin())
     strid   - id of a structure type
     strpath - instead of strid, it is possible to specify a full strpath
               like this: "struct.mem1.mem2"
     delta - struct offset delta. usually 0. denotes the difference
             between the structure base and the pointer into the structure.

success op_stroff(long ea, int n, long strid, long delta); success op_stroff(long ea, int n, string strpath, long delta);

Index | Previous topic | Next topic