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
set long value of array element.
     id      - array id
     idx     - index of an element
     value   - 32bit or 64bit value to store in the array
returns: 1-ok, 0-failed

success set_array_long(long id, long idx, long value);

Index | Previous topic | Next topic