B2R2.FrontEnd.NameMangling Namespace
Contains types and functions for demangling names in C++.
| Type | Description |
|
Represents a top-level module that provides functions for detecting and demangling mangled names. |
|
|
Represents the main interface for a demangler. |
|
|
Represents a demangler for Itanium C++ names. |
|
|
Represents supported name mangling schemes. Currently, we support two name mangling schemes: Microsoft Visual C++ and Itanium CXX. |
|
|
Represents the demangler for Microsoft mangled names. |
B2R2