[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 69

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


Documentation generated on: Nov 14 2015