Header menu logo B2R2

ManglingScheme Type

Represents supported name mangling schemes. Currently, we support two name mangling schemes: Microsoft Visual C++ and Itanium CXX.

Union cases

Union case Description

ItaniumMangler

Full Usage: ItaniumMangler

Itanium CXX name mangling scheme used by GCC 3.x and higher, Clang 1.x and higher.

MSMangler

Full Usage: MSMangler

Microsoft Visual C++ name mangling.

Instance members

Instance member Description

this.IsItaniumMangler

Full Usage: this.IsItaniumMangler

Returns: bool
Returns: bool

this.IsMSMangler

Full Usage: this.IsMSMangler

Returns: bool
Returns: bool

Type something to start searching.