Is there a command in Linux that we can run on a compiled shared object(.so) in /usr/lib and know whether it is compiled for 64 bit or 32 bit system? (I mean to know ELF class, like ELFCLASS32)
Asked
Active
Viewed 2,477 times
4
-
3`file /usr/lib/libxx.so`? – Joachim Isaksson Jun 06 '14 at 18:39