Class CompositeLoadImage

java.lang.Object
ghidra.app.emulator.memory.CompositeLoadImage
All Implemented Interfaces:
MemoryLoadImage, LoadImage

@Deprecated(since="12.1", forRemoval=true) public class CompositeLoadImage extends Object implements MemoryLoadImage
Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Summary

    Constructors
    Constructor
    Description
    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
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    byte[]
    loadFill(byte[] buf, int size, Address addr, int bufOffset, boolean generateInitializedMask)
    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 class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CompositeLoadImage

      public CompositeLoadImage()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • addProvider

      public void addProvider(MemoryLoadImage provider, AddressSetView view)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • loadFill

      public byte[] loadFill(byte[] buf, int size, Address addr, int bufOffset, boolean generateInitializedMask)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      loadFill in interface LoadImage
    • writeBack

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

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