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
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