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 Details

    • getOverlayAddressSet

      AddressSetView getOverlayAddressSet(OverlayAddressSpace overlaySpace)
      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