#include <dr_tools.h>
Data Fields | |
const char * | modname |
dr_module_import_desc_t * | module_import_desc |
Module import data returned from dr_module_import_iterator_next().
String fields point into the importing module image. Robust clients should use DR_TRY_EXCEPT while inspecting the strings in case the module is partially mapped or the app racily unmaps it. The iterator routines themselves handle faults by stopping the iteration.
const char* _dr_module_import_t::modname |
Specified name of the imported module or API set.
dr_module_import_desc_t* _dr_module_import_t::module_import_desc |
Opaque handle that can be passed to dr_symbol_import_iterator_start(). Valid until the original module is unmapped.