Difference between revisions of "Lua:fullAccess"

From Cheat Engine
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="…')
 
 
(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.


See also[edit]