gpt4 book ai didi

c++ - 如何在 Linux 上查看(C 和 C++)二进制符号?

转载 作者:IT老高 更新时间:2023-10-28 12:33:12 24 4
gpt4 key购买 nike

你们都用什么工具? demangle c++ 符号如何能够将其传递给分析器工具,例如 opannotate ?

谢谢

最佳答案

使用 nm 查看所有符号,使用 c++filt 进行分解。

例子:

nm -an foo | c++filt

关于c++ - 如何在 Linux 上查看(C 和 C++)二进制符号?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1379533/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com