# Readelf 基本使用 ```bash # 查看符号表 readelf -s # 查看依赖库/动态段信息 readelf -d ```