Package ghidra.app.cmd.memory
package ghidra.app.cmd.memory
-
ClassDescriptionBase command class for adding memory blocks.Command for adding Bit-mapped memory blocks.Command for adding byte-mapped memory blocksCommand for adding a new memory block using bytes from an imported
FileBytes
object.Command for adding a new memory block initialized with a specific byte.Command for adding uninitialized memory blocksCommand that runs in the background to delete a memory block, as the delete may be a time consuming operation.Listener that is notified when the DeleteBlockCmd completes.Listener that is notified when a move block completed or some state has changed.Command that runs in the background to move a memory block, as the move may be a time consuming operation.