Difference between revisions of "Lua:fullAccess"
Jump to navigation
Jump to search
(Created page with ''''function''' fullAccess(''Address'', ''Size'') Changes the protection of a block of memory to writable and executable. === Function Parameters === {|width="85%" cellpadding="…') |
|||
| Line 1: | Line 1: | ||
| + | [[Category:Lua]] | ||
'''function''' fullAccess(''Address'', ''Size'') | '''function''' fullAccess(''Address'', ''Size'') | ||
Revision as of 13:16, 19 March 2017
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. |