Class AbstractAddMemoryBlockCmd

java.lang.Object
ghidra.app.cmd.memory.AbstractAddMemoryBlockCmd
All Implemented Interfaces:
Command<Program>
Direct Known Subclasses:
AddBitMappedMemoryBlockCmd, AddByteMappedMemoryBlockCmd, AddFileBytesMemoryBlockCmd, AddInitializedMemoryBlockCmd, AddUninitializedMemoryBlockCmd

public abstract class AbstractAddMemoryBlockCmd extends Object implements Command<Program>
Base command class for adding memory blocks.
  • Field Details

    • message

      protected String message
    • name

      protected final String name
    • comment

      protected final String comment
    • source

      protected final String source
    • start

      protected final Address start
    • length

      protected final long length
    • read

      protected final boolean read
    • write

      protected final boolean write
    • execute

      protected final boolean execute
    • isVolatile

      protected final boolean isVolatile
    • isOverlay

      protected final boolean isOverlay
  • Method Details