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
ChangeModifier and TypeMethodDescriptionNEWvoidMarks up anImageRuntimeFunctionEntriesREMOVEDList<_IMAGE_RUNTIME_FUNCTION_ENTRY>Removed
-
Method Details
-
markup NEW
void markup(Program program, Address start) throws CodeUnitInsertionException, IOException, DuplicateNameException Marks up anImageRuntimeFunctionEntries- Parameters:
program- TheProgramstart- 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
-