Package ghidra.app.decompiler
Class DecompInterface.EncodeDecodeSet
java.lang.Object
ghidra.app.decompiler.DecompInterface.EncodeDecodeSet
- Enclosing class:
DecompInterface
-
Field Summary
Modifier and TypeFieldDescription -
Constructor Summary
ConstructorDescriptionEncodeDecodeSet
(Program program) Set up encoders and decoders for functions that are not in overlay address spacesEncodeDecodeSet
(Program program, OverlayAddressSpace spc) Set up encoders and decoders for functions in an overlay space -
Method Summary
-
Field Details
-
overlay
-
mainQuery
-
mainResponse
-
callbackQuery
-
callbackResponse
-
-
Constructor Details
-
EncodeDecodeSet
Set up encoders and decoders for functions that are not in overlay address spaces- Parameters:
program
- is the active Program
-
EncodeDecodeSet
Set up encoders and decoders for functions in an overlay space- Parameters:
program
- is the active Programspc
- is the initial overlay space to set up for- Throws:
AddressFormatException
- if address translation is not supported for the overlay
-
-
Method Details
-
setOverlay
- Throws:
AddressFormatException
-