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
delete an array element
     tag     - tag of array (AR_LONG or AR_STR)
     id      - array id
     idx     - index of an element
returns: 1-ok, 0-failed

success del_array_element(long tag, long id, long idx);

Index | Previous topic | Next topic