C ++有一个在线名称解析器? [英] Is there an online name demangler for C++?

查看:168
本文介绍了C ++有一个在线名称解析器?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我得到一个相当长的和令人困惑的链接错误,并会喜欢它,如果我可以将它粘贴到某些网站上的一些文本框,并为我的名字un-mangled。

I'm getting a fairly long and confusing link error, and would love it if I could just paste it into some textbox on some website and have the names un-mangled for me.

有人知道这样的服务吗?

Does anyone know of such a service?

推荐答案

我创建了这样的在线服务: http://demangler.com

I have created such an online serivice: http://demangler.com

这是一个gcc c ++符号demangler。你只需将栈跟踪或者nm的输出复制到文本框中,它将返回带有解析名称的输出。

This is a gcc c++ symbol demangler. You just copy a stack trace, or the output of nm into a text box, and it will return the output with the names demangled.

@Update:现在将MSVC和Java符号。

@Update: It now demangles MSVC and Java symbols also.

这篇关于C ++有一个在线名称解析器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆