read_dbg_qword
Get value of program quadro word (8 bytes) using the debugger memory
ea - linear address
returns: the value of the quadro word. If failed, throws an exception
Thread-safe function (may be called only from the main thread and debthread)
long read_dbg_qword(long ea);
Last updated