Skip to content

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.