Unit 'System' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#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: ansistring

)

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: Jul 24 2023