Skip to the content.

strip

从目标文件中删除符号表信息。

展开代码


```bash
t@DESKTOP-NVJJKJO:~/githubCode/xuechou.github.io$ strip helloWorld
t@DESKTOP-NVJJKJO:~/githubCode/xuechou.github.io$ objdump -t helloWorld

helloWorld:     file format elf64-x86-64

SYMBOL TABLE:
no symbols


t@DESKTOP-NVJJKJO:~/githubCode/xuechou.github.io$
```