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?
Asked
Active
Viewed 528 times
4
-
1What is the reason it must be open source, instead of using the functions in DBGHELP.DLL? – Patrick Jun 17 '10 at 06:28
-
I need to be able to run on Linux as well. – user368980 Jun 17 '10 at 06:32
3 Answers
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