mstange / msvc-demangler-rust

A rust library that demangles / undecorates C++ symbols mangled by MSVC
Other
42 stars 13 forks source link

Implement __ptr64 output #49

Closed mitsuhiko closed 5 years ago

mitsuhiko commented 5 years ago

Currently we just swallow the ptr64 markers like llvm does, but Microsoft's undname emits them. Might be worth at least exposing behind a flag.

Refs #2