Package ghidra.app.plugin.exceptionhandlers.gcc.sections
-
Interface Summary Interface Description CieSource Provides GCC exception handling model classes the means to obtain a Common Information Entry (CIE) object for a given address. -
Class Summary Class Description DebugFrameSection Parses the exception handling structures within a '.debug_frame' memory section, which contains call frame debugging information.EhFrameHeaderSection Parses the exception handling structures within an '.eh_frame_hdr' memory section; contains the frame header record and the FDE table.EhFrameSection Parses the call frame information exception handling structures within an '.eh_frame' memory section.