undecorate function names with visual studio sdk

六眼飞鱼酱① 提交于 2019-11-30 18:59:23

问题


To undecorate mangled C++ names that Visual Studio generates, you can use undname.exe.

But what if you want to avoid the overhead of creating a full-blown process every time you need undecoration?
Is there any equivalent functionality in the Visual Studio SDK (should be supported in VS2005)?


回答1:


You're looking for UnDecorateSymbolName function provided by dbghelp.



来源:https://stackoverflow.com/questions/1617204/undecorate-function-names-with-visual-studio-sdk

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!