Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 UNIX 或 AIX 上是否有可以像dumpbin(windows exe)一样运行的命令?
'nm' 应该做你正在寻找的东西,抓取符号
http://linux.about.com/library/cmd/blcmdl1_nm.htm
ldd 也可能有助于获取共享对象需求
您可以使用 ldd 获取共享对象,使用 nm 获取符号。 hexdump 可以用于显示不同格式的输入(hexa,ascii ...)
尝试以下命令的手册页:
objdump nm ldd
objdump
nm
ldd