>Hex-Rays IDA Pro Page

Help index | Search

GetArrayId

***********************************************
** get array id by its name
        arguments:      name - name of existing array.
        returns:        -1 - no such array
                        otherwise returns id of the array

long GetArrayId(string name);

Index | Previous topic | Next topic