To disassemble a shared object (.so) ELF file: objdump -dR <library.so>. The -R option is invaluable for dealing with relocatable code.
確定! 回上一頁