Difference between revisions of "Lua:inSystemModule"
								
								Jump to navigation
				Jump to search
				
				
		
		| Line 17: | Line 17: | ||
| − | ==  | + | {{LuaSeeAlso}} | 
| + | |||
| + | === Related Functions === | ||
| * [[inModule]] | * [[inModule]] | ||
| − | |||
Revision as of 21:26, 19 March 2017
function inSystemModule(address)
Returns true if the provided address resides inside a module (example: .exe or .dll) stored inside the system's Windows folder (usually C:\Windows\).
Function Parameters
| Parameter | Type | Description | 
|---|---|---|
| address | CEAddressString | The address to look up | 

