Class DwarfDecoderFactory
java.lang.Object
ghidra.app.plugin.exceptionhandlers.gcc.DwarfDecoderFactory
Generate instances of DwarfEHDecoder suitable for various pointer-encodings.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic DwarfEHDecoder
getDecoder
(int mode) Get the appropriate decoder for the given 8-bit mode; mode is parsed into decode format, application mode, and indirection flag.
-
Constructor Details
-
DwarfDecoderFactory
public DwarfDecoderFactory()
-
-
Method Details
-
getDecoder
Get the appropriate decoder for the given 8-bit mode; mode is parsed into decode format, application mode, and indirection flag.- Parameters:
mode
- a byte that indicates an encoding- Returns:
- the decoder for the indicated mode of encoding
- See Also:
-