#include <dr_tools.h>
Data Fields | |
generic_func_t | address |
bool | is_indirect_code |
generic_func_t _dr_export_info_t::address |
The entry point of the export as an absolute address located within the queried module. This address is identical to what dr_get_proc_address_ex() returns.
Relevant for Linux only. Set to true iff this export is an indirect code object, which is a new ELF extension allowing runtime selection of which implementation to use for an exported symbol. The address of such an export is a function that takes no arguments and returns the address of the selected implementation.