Package ghidra.app.util.bin.format.pe
Interface ImageRuntimeFunctionEntries
- All Known Implementing Classes:
ImageRuntimeFunctionEntries_ARM
,ImageRuntimeFunctionEntries_X86
public interface ImageRuntimeFunctionEntries
An interface for working with function table entries used for exception handling, which are found
in the .pdata section. The actual implementations are architecture-specific.
-
Method Summary
-
Method Details
-
markup
void markup(Program program, Address start) throws CodeUnitInsertionException, IOException, DuplicateNameException Marks up anImageRuntimeFunctionEntries
- Parameters:
program
- TheProgram
start
- The startAddress
- Throws:
IOException
- If there was an IO-related error creating the dataDuplicateNameException
- If a data type of the same name already existsCodeUnitInsertionException
- If data creation failed
-