Lua:fullAccess
(Redirected from fullAccess)
Jump to navigation
Jump to search
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. |