Auto Assembler:fullAccess

From Cheat Engine
Revision as of 19:48, 11 March 2017 by TheyCallMeTim13 (talk | contribs) (Created page with ''''Auto Assembler''' fullAccess(''Address'', ''Size'', ''PreferredSize'') Makes a memory region at the specified address and at least "size" bytes readable, writable and executa…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Auto Assembler fullAccess(Address, Size, PreferredSize)

Makes a memory region at the specified address and at least "size" bytes readable, writable and executable.

Function Parameters

Parameter Type Description
Address string The address or symbol of the memory block to change access rights
Size integer The minimum byte size of the memory block
PreferredSize integer The preferred byte size of the memory block (used for alignment)


Examples

fullAccess(SomeSymbol, 0xC2)
fullAccess(00123ABC, A5, B0)


See also

Related Functions