c++filt使用

c++函数在linux系统下编译之后会变成如下样子

_ZNK4Json5ValueixEPKc

在linux命令行使用c++filter

$ c++filt _ZNK4Json5ValueixEPKc
Json::Value::operator[](char const*) const

可以得到函数的原始名称, 展开后续追踪

posted @ 2021-03-16 09:05  StayAliveGirl  阅读(1319)  评论(0编辑  收藏  举报