Interface MemoryLoadImage

All Superinterfaces:
LoadImage
All Known Implementing Classes:
CompositeLoadImage, ProgramMappedLoadImage

@Deprecated(since="12.1", forRemoval=true) public interface MemoryLoadImage extends LoadImage
Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    writeBack(byte[] bytes, int size, Address addr, int offset)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from interface ghidra.pcode.loadimage.LoadImage

    loadFill
  • Method Details

    • writeBack

      void writeBack(byte[] bytes, int size, Address addr, int offset)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • dispose

      void dispose()
      Deprecated, for removal: This API element is subject to removal in a future version.