get_module_info
Get a description of the module that contains the given ea
returned objct has attributes:
"name" - the full path of the module
"base" - module's base address
"size" - module size
"rebase_to" - address the module was rebased to
BADADDR if module was not rebased at all
object get_module_info(long ea);
Last updated