MemorySectionResolver

Package: ghidra.app.util.opinion
Type: class

9.0.2_PUBLIC

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
addedfield: program
ghidra.program.model.listing.Program program

9.0.1_PUBLIC

introducedInitial version