Class ProgramMappedLoadImage

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

public class ProgramMappedLoadImage extends Object implements MemoryLoadImage
  • Constructor Details

  • Method Details

    • loadFill

      public byte[] loadFill(byte[] bytes, int size, Address addr, int offset, boolean generateInitializedMask)
      Specified by:
      loadFill in interface LoadImage
    • writeBack

      public void writeBack(byte[] bytes, int size, Address addr, int offset)
      Specified by:
      writeBack in interface MemoryLoadImage
    • dispose

      public void dispose()
      Specified by:
      dispose in interface MemoryLoadImage