|
IDA C++ SDK 9.2
|
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 | |
Describes a module load event.
| qstring modinfo_t::name |
full name of the module
| ea_t modinfo_t::base |
module base address. if unknown pass #BADADDR
| asize_t modinfo_t::size |
module size. if unknown pass 0
| ea_t modinfo_t::rebase_to |
if not #BADADDR, then rebase the program to the specified address