2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-15 06:12:59 +00:00
cheat.sheets/sheets/readelf
2021-05-01 09:53:10 +02:00

3 lines
110 B
Plaintext

# How to check that an object file was built with -fPIC
readelf --relocs foo.o | egrep '(GOT|PLT|JU?MP_SLOT)'