Class DemanglerUtil

java.lang.Object
ghidra.app.util.demangler.DemanglerUtil

public class DemanglerUtil extends Object
Demangler Utility class. For version 11.3, we have migrated to a new Demangler API that requires a MangledContext be passed to the demangler. This provides more information for properly demangling symbols.

Two methods below have been deprecated, as they do not provide enough information to produce the MangledContext. A new method @link demangle(Program, String, Address) is provided to permit proper operation using a completed context. Moreover, this new method returns all results instead of the first one found, as is how the deprecated methods work.

  • Constructor Details

    • DemanglerUtil

      public DemanglerUtil()
  • Method Details