1
0

proj: Add library file name and symbol name to return address

This commit is contained in:
2025-04-17 13:46:16 +02:00
parent c848fa0514
commit 74c5fa7c2c
4 changed files with 204 additions and 121 deletions

View File

@@ -9,7 +9,7 @@ From the [ENVIRONMENT section in the Linux manual page ld.so(8)](https://www.man
> **`LD_PRELOAD`**
>
> A list of additional, user-specified, ELF shared objects to be loaded before all others.
> A list of additional, user-specified, ELF shared objects to be loaded before all others.
> This feature can be used to selectively override functions in other shared objects.
> [...]