rizinorg / rz-libdemangle

Rizin Library to demangle symbols
7 stars 6 forks source link

C++: Simplify standard library types #47

Closed XVilka closed 1 year ago

XVilka commented 1 year ago

For example, std:: types and traits could be simplified.

Compare:

sym.connector::client::connect_std::__1::basic_string_char__std::__1::char_traits_char___std::__1::allocator_char____const___unsigned_short

and

connector::client::connect(std::string const&, unsigned short)
wargio commented 1 year ago

i would really love to have this.