Lua:writeRegionToFile

From Cheat Engine
Revision as of 00:04, 25 January 2018 by TheyCallMeTim13 (talk | contribs) (moved writeRegionToFile to Lua:writeRegionToFile)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

function writeRegionToFile(Filename, Address, Size)

Writes a specified block of memory to a file. Useful for extracting specific files from memory. Like a decoded .SWF, or a image, or whatever you might want to look up.


Function Parameters[edit]

Parameter Type Description
Filename String The filename to save the memoryblock to
Address Integer or CEAddressString The address of the block to save
Size Integer The number of bytes to save.


See also[edit]

Related Functions[edit]