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
The loader_input_t class can read from input files. It has the following methods:
    long read(vref buf, long size);
    long size();
    long seek(long pos, long whence);
    long tell();
    string gets(long maxsize);
    string getz(long pos, long maxsize);
    long getc();
    long readbytes(vref result, long size, long mf);
    void close();
Instances of this class can be created by calling the open_loader_input function.

See other IDC classes.

Index | Previous topic | Next topic