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="…') |
m (moved fullAccess to Lua:fullAccess) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | [[Category:Lua]] | ||
'''function''' fullAccess(''Address'', ''Size'') | '''function''' fullAccess(''Address'', ''Size'') | ||
Latest revision as of 00:16, 25 January 2018
function fullAccess(Address, Size)
Changes the protection of a block of memory to writable and executable.
Function Parameters[edit]
Parameter | Type | Description |
---|---|---|
Address | CEAddressString or Integer | The address to read |
Size | Integer | The size of the block of memory to change. |