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

get_qword

Get value of program quadro word (8 bytes)
     ea - linear address
returns: the value of the quadro word. If failed, throws an exception

long get_qword(long ea);
#define qword(ea) get_qword(ea)

Last updated

Was this helpful?