How to convert msvcp names to legible names?

Charles Davis cdavis at mymail.mines.edu
Sat Aug 18 19:49:10 CDT 2012


On Aug 18, 2012, at 6:04 PM, Bruno Jesus wrote:

> Which is the roseta stone used to read all msvcp function names like
> "msvcp80.dll.??0?$basic_stringstream at GU?$char_traits at G@std@@V?$allocator at G@2@@std@@QAE at H@Z,
> aborting" as the real function name in source code?
The __unDName() function in msvcrt (and its younger sibling, __unDNameEx()). The undname tool included with Visual Studio will call this function for you on a name you give on the command line.

Chip




More information about the wine-devel mailing list