mstange / msvc-demangler-rust

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

Demangling failure #77

Open tomhughes opened 2 months ago

tomhughes commented 2 months ago

Trying to demangle this:

?_Do_call@?$_Func_impl_no_alloc@V<lambda_1>@?6???$?RV<lambda_6>@?EF@??OnEvent@Interface@@UEAAXAEBVEvent@@@Z@@<lambda_3>@?DB@??OnEvent@Interface@@UEAAXAEBVEvent@@@Z@QEBA?A_PV<lambda_6>@?EF@??34@UEAAX0@Z@_N@Z@I$$V@std@@EEAAIXZ

results in an error:

unknown primitive type (offset: 172, remaining: "V<lambda_6>@?EF@??34...")