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

read_dbg_word

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

long read_dbg_word(long ea);

Last updated

Was this helpful?