NotePublic/Software/Applications/Readelf/Readelf_基本使用.md

132 B

Readelf 基本使用

# 查看符号表
readelf -s <elf file>
# 查看依赖库/动态段信息
readelf -d <elf file>