# Interface: com.pnfsoftware.jeb.core.units.code.asm.mangling.IManglingEngine

Interface for mangling engines, each of them handling a different mangling scheme.

## Method: unmangle
- parameter: `mangledString`, type: `java.lang.String`
- return type: `com.pnfsoftware.jeb.core.units.code.asm.mangling.IUnmangledData`

Description: Unmangle a string.
parameter: mangledString: string to unmangle
return: unmangled result, or null if the unmangling failed

