Class ProgramMappedLoadImage

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

@Deprecated(since="12.1", forRemoval=true) public class ProgramMappedLoadImage 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.
     
    byte[]
    loadFill(byte[] bytes, int size, Address addr, int offset, 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

    • ProgramMappedLoadImage

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

    • loadFill

      public byte[] loadFill(byte[] bytes, int size, Address addr, int offset, 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