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 index of the previous existing array element
     tag     - tag of array (AR_LONG or AR_STR)
     id      - array id
     idx     - index of the current element
returns: -1 - no more array elements
         otherwise returns index of the previous array element

long get_prev_index(long tag, long id, long idx);

Index | Previous topic | Next topic