UnixGetModuleByAddrHook

(Unix only) callback for GetModuleByAddr

Declaration

Source position: sysunixh.inc line 76

const
UnixGetModuleByAddrHook : procedure(addr: pointer; var baseaddr: pointer; var filename: string) = Nil

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

Name Description
exeinfo Return executable information