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
Return the specified number of bytes of the program
      ea - linear address
      size - size of buffer in normal 8-bit bytes
      use_dbg - use debugger memory or just the database
returns: 0-failure
         or a string containing the read bytes

string get_bytes(long ea, long size, long use_dbg);

Index | Previous topic | Next topic