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 DWORD value to write

Return

None

Example

EEex_WriteDword(EEex_Label("_nextStackMenuIdx"), 0x0)

See Also

EEex_ReadDword, EEex_ReadWord, EEex_WriteWord, EEex_ReadByte, EEex_WriteByte