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
Read a multibyte value from the input file
     result - reference to the variable that will hold the result
     size   - size of the value. Usually is: 1, 2, 4, 8
     be     - treat bytes as big-endian?
Returns: 0:ok, -1:failure

long loader_input_t.readbytes(vref result, long size, long be);

Index | Previous topic | Next topic