I'm wondering, why can't winedump import msvcrt and call what it needs, instead of duplicating code?
(Just me thinking aloud)
- because we don't want winedump to be winelib app - because winedump does a bit more than just demangling (like adding pmt names) which requires an extra level of intelligence that doesn't exist in msvcrt.__undname
A+