addedmethod:
createInitializedBlock
ghidra.program.model.mem.MemoryBlock createInitializedBlock(ghidra.app.util.bin.format.MemoryLoadable key, boolean isOverlay, java.lang.String name, ghidra.program.model.address.Address start, long fileOffset, long length, java.lang.String comment, boolean r, boolean w, boolean x, ghidra.util.task.TaskMonitor monitor) throws IOException, AddressOverflowException, CancelledException
addedmethod:
createUninitializedBlock
ghidra.program.model.mem.MemoryBlock createUninitializedBlock(ghidra.app.util.bin.format.MemoryLoadable key, boolean isOverlay, java.lang.String name, ghidra.program.model.address.Address start, long length, java.lang.String comment, boolean r, boolean w, boolean x) throws IOException, AddressOverflowException, CancelledException