native

set_addr_val

Syntax

native set_addr_val(addr, val);

Description

Sets the value of an address.

Parameters

addr Variable address
val Value to set

Note

Addresses can be acquired using get_var_addr()

Return

This function has no return value.

Error

If the plugin attempts to access an address outside of the
stack or heap limits of the plugin, an error will be thrown.