Auto Assembler:readMem

From Cheat Engine
Revision as of 21:24, 11 March 2017 by TheyCallMeTim13 (talk | contribs) (Created page with ''''Auto Assembler''' readMem(''Address'', ''Size'') Writes the memory at the specified address with the specified size to the current location. Tip: Use to store the original b…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Auto Assembler readMem(Address, Size)

Writes the memory at the specified address with the specified size to the current location.

Tip: Use to store the original bytes if the injection location has a changing address that is hard coded in on game or level load. Or if there are code changes with updates when using a shifted aobScan.

Function Parameters

Parameter Type Description
Address string The address or symbol to read
Size integer The number of bytes to read


Examples

SomeSymbol:
readMem(00123ABC, 5)


See also

Related Functions