IDA C++ SDK 9.2
Loading...
Searching...
No Matches
modinfo_t Struct Reference

Describes a module load event. More...

#include <idd.hpp>

Public Attributes

qstring name
 full name of the module
ea_t base
 module base address. if unknown pass #BADADDR
asize_t size
 module size. if unknown pass 0
ea_t rebase_to
 if not #BADADDR, then rebase the program to the specified address

Detailed Description

Describes a module load event.

(see PROCESS_STARTED, PROCESS_ATTACHED, LIB_LOADED)

Member Data Documentation

◆ name

qstring modinfo_t::name

full name of the module

◆ base

ea_t modinfo_t::base

module base address. if unknown pass #BADADDR

◆ size

asize_t modinfo_t::size

module size. if unknown pass 0

◆ rebase_to

ea_t modinfo_t::rebase_to

if not #BADADDR, then rebase the program to the specified address


The documentation for this struct was generated from the following file: