views:

87

answers:

3

I'm looking for an open source library to do Windows executable symbol name demangling. Does such a thing exist or must I use the Microsoft libraries?

+1  A: 

Not a library as such, but I'd look at Wine, specifically the debugger. I'm not sure but seems like a likely place to find code for that.

ho1
A: 

I agree that DbgHelp.dll should be the way to approach this.

C Johnson
+1  A: 

Uow, this guy seems to have nailed it.

karlphillip