Lua:allocateMemory

From Cheat Engine
Jump to navigation Jump to search

function allocateMemory(size, BaseAddress OPTIONAL, Protection OPTIONAL)

Allocates a specified size of memory into the target process.


Function Parameters[edit]

Parameter Type Description
Size Integer The size of memory to allocate.
Base Address Integer The address of the location to allocate memory.
Protection Boolean Protect the allocated memory, or not.

See also[edit]