To screen: readelf -a <file>
To save the output, upload it to a file. For example, I am studying the Python RPi.GPIO module on the Raspberry Pi, which is stored in / usr / lib / python 2.7 / dist-packages / RPi, so I run: readelf -a GPIO.so > ~/gpio.so.out
source share