_module_names_t Struct Reference

#include <dr_tools.h>


Data Fields

const char * module_name
const char * file_name
const char * exe_name
const char * rsrc_name


Detailed Description

Holds the names of a module. This structure contains multiple fields corresponding to different sources of a module name. Note that some of these names may not exist for certain modules. It is highly likely, however, that at least one name is available. Use dr_module_preferred_name() on the parent _module_data_t to get the preferred name of the module.

Field Documentation

If this module is the main executable of this process then this is the executable name used to launch the process (NULL for all other modules).

The file name used to load this module. Note - on Windows this is not always available.

On windows this name comes from the PE header exports section (NULL if the module has no exports section). On Linux the name will come from the ELF DYNAMIC program header (NULL if the module has no SONAME entry).

The internal name given to the module in its resource section. Will be NULL if the module has no resource section or doesn't set this field within it.


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

  DynamoRIO API version 2.0.0 --- Thu Apr 22 00:18:20 2010