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
76cad8e5e0
NotePublic
/
Software
/
Applications
/
Readelf
/
Readelf_基本使用.md
9 lines
132 B
Markdown
Raw
Normal View
History
Unescape
Escape
增加笔记. Signed-off-by: rick.chan <chenyang@autoai.com>
2021-04-13 09:43:53 +08:00
# Readelf 基本使用
```bash
增加 查看动态段信息 方法. Signed-off-by: rick.chan <chenyang@autoai.com>
2021-04-13 09:51:44 +08:00
# 查看符号表
readelf -s
<
elf
file
>
# 查看依赖库/动态段信息
readelf -d
<
elf
file
>
增加笔记. Signed-off-by: rick.chan <chenyang@autoai.com>
2021-04-13 09:43:53 +08:00
```