mem.GetModuleSection
Get address and size of a module section.
Syntax
{address, size} mem.GetModuleSection(int:address, string:name)
Parameters
address
Base address of the DLL module.
name
Name of the section.
Return value
Returns the address and size of the section. If the section can not be found returns nil.