| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
(Unix only) callback for GetModuleByAddr
Source position: sysunixh.inc line 69
| const UnixGetModuleByAddrHook: procedure( = Nil; | 
| addr: pointer; | 
| var baseaddr: pointer; | 
| var filename: string | 
| ) | 
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.
| 
 | Return executable information |