Display source code intermixed with disassembly, if possible. Implies -d.
Like -d, but disassemble the contents of all sections, not just those expected to contain instructions.
If the target is an ARM architecture this switch also has the effect of forcing the disassembler to decode pieces of data found in code sections as if they were instructions.
使用
objdump -S -D libc.so > deassmble_libc.txt
反汇编下你的动态连接库文件,并且将它写入一个文件中。
Wiki comments powered by Disqus