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 TypeMethodDescriptionNEWvoidmarkup(Program program, Address start, MessageLog log) Marks up anImageRuntimeFunctionEntriesREMOVEDvoidmarkup(Program program, Address start) Removed
-
Method Details
-
markup NEW
void markup(Program program, Address start, MessageLog log) throws CodeUnitInsertionException, IOException, DuplicateNameException Marks up anImageRuntimeFunctionEntries- Parameters:
program- TheProgramstart- The startAddresslog- The log- 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
-