小编Cha*_*ler的帖子

当我对共享库使用“file”命令时,“stripped, with debug_info”是什么意思?

当我在共享库上使用“文件”命令时:

file shared_library.so
Run Code Online (Sandbox Code Playgroud)

表明

shared_library.so: ELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /system/bin/linker, stripped, with debug_info
Run Code Online (Sandbox Code Playgroud)

stripped ”意味着它被剥离。但我不明白为什么剥离的库仍然有“ with debug_info ”。

c c++ linux shared-libraries

5
推荐指数
1
解决办法
1899
查看次数

标签 统计

c ×1

c++ ×1

linux ×1

shared-libraries ×1