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

7 lines
91 B
Markdown
Raw Normal View History

# Readelf 基本使用
```bash
# 查看共享库符号表
readelf -s <shared library>
```