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
Convert the current item to a double word (4 bytes)
     ea - linear address
returns: 1-ok, 0-failure
This is a convenience macro, see also create_data() function

#define create_dword(ea) create_data(ea, FF_DWORD, 4, BADADDR)

Index | Previous topic | Next topic