Package ghidra.app.cmd.memory
-
Interface Summary Interface Description DeleteBlockListener Listener that is notified when the DeleteBlockCmd completes.MoveBlockListener Listener that is notified when a move block completed or some state has changed. -
Class Summary Class Description AddMemoryBlockCmd Command to add a memory block.DeleteBlockCmd Command that runs in the background to delete a memory block, as the delete may be a time consuming operation.MoveBlockTask Command that runs in the background to move a memory block, as the move may be a time consuming operation.