Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon
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)

Index | Previous topic | Next topic