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
save from IDA database to file
     handle  - file handle
     pos     - position in the file
     ea      - linear address to save from
     size    - number of bytes to save
returns: 0 - error
         1 - ok

success savefile(long handle, long pos, long ea, long size);

Index | Previous topic | Next topic