Nota
`ld.so` is the Linux dynamic linker/loader, its filename and location might change across distributions (e.g., `/lib64/ld-linux-x86-64.so.2`). The actual path is can be obtained with:
```
strings /proc/self/exe | head -1
```
./ld.so --examples
Funciones y ejemplos de uso
shell
/path/to/ld.so /bin/sh
./related --binary=ld.so
Binarios relacionados
Comparten al menos una función con ld.so.