Package ghidra.program.model.symbol
Interface SymbolUtilities.BadCharFixupFunc
- Enclosing class:
SymbolUtilities
public static interface SymbolUtilities.BadCharFixupFunc NEW
Callback functional interface, called by
SymbolUtilities.replaceInvalidChars(String, BadCharFixupFunc) when it encounters a
bad code point that needs addressing. (good characters in a string are NOT sent to
this method)-
Method Summary
-
Method Details
-
fixBadChar
-