_dr_module_import_t Struct Reference

#include <dr_modules.h>

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.

Note
ELF does not import directly from other modules.

◆ modname

const char* _dr_module_import_t::modname

Specified name of the imported module or API set.

◆ module_import_desc

dr_module_import_desc_t* _dr_module_import_t::module_import_desc


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

  • /home/runner/work/dynamorio/dynamorio/build_release-64/include/dr_modules.h