3.2.1 1. 移除全部的符號信息 [arm@localhost gcc]#cp hello hello1linux
[arm@localhost gcc]#armlinuxstrip stripall helloide
stripall: 是移除全部符號信息調試
[arm@localhost gcc]#llip
rwxrxrx 1 arm root 2856 7 月 3 15:14 helloit
rwxrxrx 1 arm root 13682 7 月 3 15:13 hello1class
被 strip 後的 hello 程序比原來的 hello1 程序要小不少。gcc
2. 移除調試符號信息gc
[arm@localhost gcc]#armlinuxstrip g hello [arm@localhost gcc]#ll程序
rwxrxrx 1 arm root 4501 7 月 3 15:17 hellodi
rwxrxrx 1 arm root 13682 7 月 3 15:13 hello1