Class ProgramMappedMemory

java.lang.Object
ghidra.app.emulator.memory.ProgramMappedMemory

@Deprecated(since="12.1", forRemoval=true) public class ProgramMappedMemory extends Object
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.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    byte[]
    read(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
    write(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

    • ProgramMappedMemory

      public ProgramMappedMemory(Program program, MemoryFaultHandler faultHandler)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getProgram

      public Program getProgram()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • dispose

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

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

      public byte[] read(byte[] bytes, int size, Address addr, int offset, boolean generateInitializedMask)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getInitializedAddressSet

      public AddressSetView getInitializedAddressSet()
      Deprecated, for removal: This API element is subject to removal in a future version.