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

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

Index | Previous topic | Next topic