Windows demangling library

552 Views Asked by At

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?

3

There are 3 best solutions below

0
On

Uow, this guy seems to have nailed it.

0
On

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.

0
On

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