Lua:fullAccess
Revision as of 07:26, 8 March 2017 by TheyCallMeTim13 (talk | contribs) (Created page with ''''function''' fullAccess(''Address'', ''Size'') Changes the protection of a block of memory to writable and executable. === Function Parameters === {|width="85%" cellpadding="…')
function fullAccess(Address, Size)
Changes the protection of a block of memory to writable and executable.
Function Parameters
Parameter | Type | Description |
---|---|---|
Address | CEAddressString or Integer | The address to read |
Size | Integer | The size of the block of memory to change. |