This website requires JavaScript.
Explore
Help
Sign In
OrgLion-Writes
/
NotePublic
Watch
1
Star
0
Fork
You've already forked NotePublic
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
c7470cb0fe
NotePublic
/
Software
/
Applications
/
Readelf
/
Readelf_基本使用.md
9 lines
132 B
Markdown
Raw
Blame
History
# Readelf 基本使用
```bash
# 查看符号表
readelf -s <elf file>
# 查看依赖库/动态段信息
readelf -d <elf file>
```
Reference in New Issue
View Git Blame
Copy Permalink