read_dbg_byte
Get value of program byte using the debugger memory
ea - linear address
returns: value of byte. Throws an exception on failure.
Thread-safe function (may be called only from the main thread and debthread)
long read_dbg_byte(long ea);
Last updated