mstange / msvc-demangler-rust

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

??__FFLASH_TEMP_FILENAME@sandboxing@mozilla@@YAXXZ fails to demangle #40

Closed mstange closed 5 years ago

mstange commented 5 years ago

??__FFLASH_TEMP_FILENAME@sandboxing@mozilla@@YAXXZ

demangler.com can't demangle this one either.

I found it in a local firefox.pdb (which was probably generated by clang-cl), and my guess is that it's the static initializer for this string: https://searchfox.org/mozilla-central/rev/3564dfde3b125878dc5a04fe92629fc5195942df/security/sandbox/chromium-shim/sandbox/win/permissionsService.cpp#20