mem.GetModuleBase
Get the base address of a loaded module.
Syntax
mem.GetModuleBase(string:name)
Parameters
name
Name of the DLL.
Return value
Returns the base address of the loaded module, otherwise nil if not found.
Get the base address of a loaded module.
mem.GetModuleBase(string:name)
name
Name of the DLL.
Returns the base address of the loaded module, otherwise nil if not found.