Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要从编译的 c 程序文件中获取全局符号。当我使用该命令时,我使用的是 linux 命令readelf -s filePath ,这就是我得到的:
readelf -s filePath
我画了一个蓝色矩形来表明变量名没有正确显示。他们在 25 个字符后得到修剪。我怎样才能让它显示全名?
添加宽开关:
readelf -s --wide pathOfFile