mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-15 06:12:59 +00:00
3 lines
110 B
Plaintext
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)'
|