Get value of program double word (4 bytes) ea - linear address returns: the value of the double word. Throws an exception on failure. long get_wide_dword(long ea); #define dword(ea) get_wide_dword(ea)
Last updated 3 months ago