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 array id by its name
     name - name of existing array.
returns: -1 - no such array
         otherwise returns id of the array

long get_array_id(string name);

Index | Previous topic | Next topic