[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'System' (#rtl)

UnixGetModuleByAddrHook

(Unix only) callback for GetModuleByAddr

Declaration

Source position: sysunixh.inc line 76

const UnixGetModuleByAddrHook: procedure( = Nil;

  addr: pointer;

  var baseaddr: pointer;

  var filename: string

)

Description

UnixGetModuleByAddrHook is used on Unix systems to retrieve a module name based on an address. It is used in the exeinfo unit to map addresses to module (programs or library) names.

See also

exeinfo

  

Return executable information