create_oword

Convert the current item to a octa word (16 bytes/128 bits) ea - linear address returns: 1-ok, 0-failure This is a convenience macro, see also create_data() function

#define create_oword(ea) create_data(ea, FF_OWORD, 16, BADADDR)

Last updated