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
f507bb3e5b
NotePublic
/
Software
/
Applications
/
Readelf
/
Readelf_基本使用.md
132 B
Raw
Blame
History
Readelf 基本使用
# 查看符号表
readelf -s <elf file>
# 查看依赖库/动态段信息
readelf -d <elf file>