Difference between revisions of "Lua:allocateSharedMemory"
Jump to navigation
Jump to search
(Created page with ''''function''' allocateSharedMemory(''size'') Creates a shared memory object of the given size if it doesn't exist yet. If size is not given and there is no shared region with t…') |
|||
Line 1: | Line 1: | ||
'''function''' allocateSharedMemory(''size'') | '''function''' allocateSharedMemory(''size'') | ||
− | + | Returns the commonModuleList [[StringList]] object. | |
− | + | This stringlist object contains a list of modules commonly used in games but not very useful for dissection and pointerscan paths | |
− | + | Tools like dissect data and the pointerscan make use of this list | |
===Function Parameters=== | ===Function Parameters=== | ||
− | + | None | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== See also == | == See also == | ||
+ | * [[StringList]] | ||
* [[Lua]] | * [[Lua]] |
Revision as of 21:49, 18 May 2012
function allocateSharedMemory(size)
Returns the commonModuleList StringList object.
This stringlist object contains a list of modules commonly used in games but not very useful for dissection and pointerscan paths
Tools like dissect data and the pointerscan make use of this list
Function Parameters
None