IDA SDK
|
Functions to enumerate modules loaded into the process.
modinfo | structure to receive the answer |
Typical loop to enumerate modules would look like:
Functions | |
bool idaapi | get_first_module (module_info_t *modinfo) |
See Modules. | |
bool idaapi | get_next_module (module_info_t *modinfo) |
See Modules. | |