read_dbg_dword

Get value of program double word (4 bytes) using the debugger memory
     ea - linear address
returns: the value of the quadro word. Throws an exception on failure.
Thread-safe function (may be called only from the main thread and debthread)

long read_dbg_dword(long ea);

Last updated