|
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 (modinfo_t *modinfo) |
| bool idaapi | get_next_module (modinfo_t *modinfo) |
1.8.9.1