Class AddBitMappedMemoryBlockCmd

java.lang.Object
ghidra.app.cmd.memory.AbstractAddMemoryBlockCmd
ghidra.app.cmd.memory.AddBitMappedMemoryBlockCmd
All Implemented Interfaces:
Command<Program>

public class AddBitMappedMemoryBlockCmd extends AbstractAddMemoryBlockCmd
Command for adding Bit-mapped memory blocks. The resulting mapped block will derive its' byte values (1 or 0) from the mapped source bits. Example: 8 bytes in the resulting block will be derived from 1-byte in the underlying source region.