mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 06:49:44 +01:00
Improve the description of ld.so
This commit is contained in:
parent
386b467490
commit
2fed778c51
@ -1,5 +1,11 @@
|
|||||||
---
|
---
|
||||||
description: Ld.so is the Linux dynamic linker/loader. Its file name and location might change between Linux versions.
|
description: |
|
||||||
|
`ld.so` is the Linux dynamic linker/loader, its filename and location might change across distributions. The proper path is can be obtained with:
|
||||||
|
|
||||||
|
```
|
||||||
|
$ strings /proc/self/exe | head -1
|
||||||
|
/lib64/ld-linux-x86-64.so.2
|
||||||
|
```
|
||||||
functions:
|
functions:
|
||||||
exec-interactive:
|
exec-interactive:
|
||||||
- code: /lib/ld.so /bin/sh
|
- code: /lib/ld.so /bin/sh
|
||||||
|
Loading…
Reference in New Issue
Block a user