Class LanguageFixupUtil
java.lang.Object
ghidra.app.plugin.processors.generic.LanguageFixupUtil
LanguageFixupUtil provides utility method intended for internal language upgrade
situations.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidapplyPSpecFixups(ProgramDB programDB, TaskMonitor monitor) Apply pspec defined memory blocks and default symbols which are considered safe and generally required.
-
Constructor Details
-
LanguageFixupUtil
public LanguageFixupUtil()
-
-
Method Details
-
applyPSpecFixups
public static void applyPSpecFixups(ProgramDB programDB, TaskMonitor monitor) throws CancelledException Apply pspec defined memory blocks and default symbols which are considered safe and generally required. Reconciling symbols is limited to those symbols contained within processor defined memory blocks which are not within either the default code or data spaces.- Parameters:
programDB- target programmonitor- task monitor- Throws:
CancelledException- if fixup task is cancelled
-