For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Was this helpful?