-
Notifications
You must be signed in to change notification settings - Fork 281
Demangling error #1546
Copy link
Copy link
Open
Labels
Component: DemanglerEffort: LowIssues require < 1 week of workIssues require < 1 week of workImpact: LowIssue is a papercut or has a good, supported workaroundIssue is a papercut or has a good, supported workaround
Milestone
Metadata
Metadata
Assignees
Labels
Component: DemanglerEffort: LowIssues require < 1 week of workIssues require < 1 week of workImpact: LowIssue is a papercut or has a good, supported workaroundIssue is a papercut or has a good, supported workaround
Binary Ninja Version: 1.3.2015 Personal, 90ff0608
Platform: macOS High Sierra (10.13)
When analysing a binary using MSVCP90, Binary Ninja is able to demangle all functions except this one:
??$?HDU?$char_traits@D@std@@V?$allocator@D@1@@std@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@ABV10@PBD@Z@IAT)()Which corresponds to:
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl std::operator+<char,struct std::char_traits<char>,class std::allocator<char> >(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,char const *)