EEex_WriteDword
Writes a dword at the given address.
EEex_WriteDword(address, value)
Parameters
address - the address in memory to write the dword value to
value - the
DWORDvalue to write
Return
None
Example
EEex_WriteDword(EEex_Label("_nextStackMenuIdx"), 0x0)
See Also
EEex_ReadDword, EEex_ReadWord, EEex_WriteWord, EEex_ReadByte, EEex_WriteByte