4

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?

user368980
  • 41
  • 2

3 Answers3

2

Uow, this guy seems to have nailed it.

karlphillip
  • 92,053
  • 36
  • 243
  • 426
1

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.

Hans Olsson
  • 54,199
  • 15
  • 94
  • 116
0

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

C.J.
  • 15,637
  • 9
  • 61
  • 77