Package ghidra.debug.api.modules
Interface SectionMapProposal
- All Superinterfaces:
MapProposal<TraceSection,MemoryBlock, SectionMapProposal.SectionMapEntry>
public interface SectionMapProposal
extends MapProposal<TraceSection,MemoryBlock,SectionMapProposal.SectionMapEntry>
A proposed map of sections to program memory blocks
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionGet the trace module of this proposalGet the corresponding program image of this proposalMethods inherited from interface ghidra.debug.api.modules.MapProposal
computeMap, computeScore, getToObject, getTrace
-
Method Details
-
getModule
TraceModule getModule()Get the trace module of this proposal- Returns:
- the module
-
getProgram
Program getProgram()Get the corresponding program image of this proposal- Specified by:
getProgramin interfaceMapProposal<TraceSection,MemoryBlock, SectionMapProposal.SectionMapEntry> - Returns:
- the program
-