Package ghidra.program.database
Interface OverlayRegionSupplier
public interface OverlayRegionSupplier
OverlayRegionSupplier
provides a callback mechanism which allows a
ProgramOverlayAddressSpace
to identify defined memory regions within its
space so that it may properly implement the OverlayAddressSpace.contains(long)
method.-
Method Summary
Modifier and TypeMethodDescriptiongetOverlayAddressSet
(OverlayAddressSpace overlaySpace) Get the set of memory address defined within the specified overlay space.
-
Method Details
-
getOverlayAddressSet
Get the set of memory address defined within the specified overlay space.- Parameters:
overlaySpace
- overlay address space- Returns:
- set of memory address defined within the specified overlay space or null
-