Interface MemoryLoadImage

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

public interface MemoryLoadImage extends LoadImage
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    writeBack(byte[] bytes, int size, Address addr, int offset)
     

    Methods inherited from interface ghidra.pcode.loadimage.LoadImage

    loadFill
  • Method Details

    • writeBack

      void writeBack(byte[] bytes, int size, Address addr, int offset)
    • dispose

      void dispose()