modifiedmethod:
convertToInitialized
removed throws NotFoundException
- ghidra.program.model.mem.MemoryBlock convertToInitialized(ghidra.program.model.mem.MemoryBlock uninitializedBlock, byte initialValue) throws MemoryBlockException, NotFoundException, LockException
+ ghidra.program.model.mem.MemoryBlock convertToInitialized(ghidra.program.model.mem.MemoryBlock uninitializedBlock, byte initialValue) throws MemoryBlockException, LockException
modifiedmethod:
convertToUninitialized
removed throws NotFoundException
- ghidra.program.model.mem.MemoryBlock convertToUninitialized(ghidra.program.model.mem.MemoryBlock initializedBlock) throws MemoryBlockException, NotFoundException, LockException
+ ghidra.program.model.mem.MemoryBlock convertToUninitialized(ghidra.program.model.mem.MemoryBlock initializedBlock) throws MemoryBlockException, LockException
modifiedmethod:
join
removed throws NotFoundException
- ghidra.program.model.mem.MemoryBlock join(ghidra.program.model.mem.MemoryBlock blockOne, ghidra.program.model.mem.MemoryBlock blockTwo) throws MemoryBlockException, NotFoundException, LockException
+ ghidra.program.model.mem.MemoryBlock join(ghidra.program.model.mem.MemoryBlock blockOne, ghidra.program.model.mem.MemoryBlock blockTwo) throws MemoryBlockException, LockException
modifiedmethod:
moveBlock
removed throws NotFoundException
- void moveBlock(ghidra.program.model.mem.MemoryBlock block, ghidra.program.model.address.Address newStartAddr, ghidra.util.task.TaskMonitor monitor) throws MemoryBlockException, MemoryConflictException, AddressOverflowException, NotFoundException, LockException
+ void moveBlock(ghidra.program.model.mem.MemoryBlock block, ghidra.program.model.address.Address newStartAddr, ghidra.util.task.TaskMonitor monitor) throws MemoryBlockException, MemoryConflictException, AddressOverflowException, LockException
modifiedmethod:
split
removed throws NotFoundException
- void split(ghidra.program.model.mem.MemoryBlock block, ghidra.program.model.address.Address addr) throws MemoryBlockException, NotFoundException, LockException
+ void split(ghidra.program.model.mem.MemoryBlock block, ghidra.program.model.address.Address addr) throws MemoryBlockException, LockException
modifiedmethod:
createBitMappedBlock
removed throws DuplicateNameException
- ghidra.program.model.mem.MemoryBlock createBitMappedBlock(java.lang.String name, ghidra.program.model.address.Address start, ghidra.program.model.address.Address mappedAddress, long length, boolean overlay) throws MemoryConflictException, AddressOverflowException, LockException, IllegalArgumentException, DuplicateNameException
+ ghidra.program.model.mem.MemoryBlock createBitMappedBlock(java.lang.String name, ghidra.program.model.address.Address start, ghidra.program.model.address.Address mappedAddress, long length, boolean overlay) throws MemoryConflictException, AddressOverflowException, LockException, IllegalArgumentException
modifiedmethod:
createBlock
removed throws DuplicateNameException
- ghidra.program.model.mem.MemoryBlock createBlock(ghidra.program.model.mem.MemoryBlock block, java.lang.String name, ghidra.program.model.address.Address start, long length) throws MemoryConflictException, AddressOverflowException, LockException, DuplicateNameException
+ ghidra.program.model.mem.MemoryBlock createBlock(ghidra.program.model.mem.MemoryBlock block, java.lang.String name, ghidra.program.model.address.Address start, long length) throws MemoryConflictException, AddressOverflowException, LockException
modifiedmethod:
createByteMappedBlock
removed throws DuplicateNameException
- ghidra.program.model.mem.MemoryBlock createByteMappedBlock(java.lang.String name, ghidra.program.model.address.Address start, ghidra.program.model.address.Address mappedAddress, long length, ghidra.program.database.mem.ByteMappingScheme byteMappingScheme, boolean overlay) throws MemoryConflictException, AddressOverflowException, LockException, DuplicateNameException
+ ghidra.program.model.mem.MemoryBlock createByteMappedBlock(java.lang.String name, ghidra.program.model.address.Address start, ghidra.program.model.address.Address mappedAddress, long length, ghidra.program.database.mem.ByteMappingScheme byteMappingScheme, boolean overlay) throws MemoryConflictException, AddressOverflowException, LockException
modifiedmethod:
createInitializedBlock
removed throws DuplicateNameException
- ghidra.program.model.mem.MemoryBlock createInitializedBlock(java.lang.String name, ghidra.program.model.address.Address start, java.io.InputStream is, long length, ghidra.util.task.TaskMonitor monitor, boolean overlay) throws MemoryConflictException, AddressOverflowException, CancelledException, LockException, DuplicateNameException
+ ghidra.program.model.mem.MemoryBlock createInitializedBlock(java.lang.String name, ghidra.program.model.address.Address start, java.io.InputStream is, long length, ghidra.util.task.TaskMonitor monitor, boolean overlay) throws MemoryConflictException, AddressOverflowException, CancelledException, LockException
modifiedmethod:
createInitializedBlock
removed throws DuplicateNameException
- ghidra.program.model.mem.MemoryBlock createInitializedBlock(java.lang.String name, ghidra.program.model.address.Address start, ghidra.program.database.mem.FileBytes fileBytes, long offset, long length, boolean overlay) throws LockException, DuplicateNameException, MemoryConflictException, AddressOverflowException, IndexOutOfBoundsException
+ ghidra.program.model.mem.MemoryBlock createInitializedBlock(java.lang.String name, ghidra.program.model.address.Address start, ghidra.program.database.mem.FileBytes fileBytes, long offset, long length, boolean overlay) throws LockException, MemoryConflictException, AddressOverflowException, IndexOutOfBoundsException
modifiedmethod:
createInitializedBlock
removed throws DuplicateNameException
- ghidra.program.model.mem.MemoryBlock createInitializedBlock(java.lang.String name, ghidra.program.model.address.Address start, long size, byte initialValue, ghidra.util.task.TaskMonitor monitor, boolean overlay) throws LockException, MemoryConflictException, AddressOverflowException, CancelledException, DuplicateNameException
+ ghidra.program.model.mem.MemoryBlock createInitializedBlock(java.lang.String name, ghidra.program.model.address.Address start, long size, byte initialValue, ghidra.util.task.TaskMonitor monitor, boolean overlay) throws LockException, MemoryConflictException, AddressOverflowException, CancelledException
modifiedmethod:
createUninitializedBlock
removed throws DuplicateNameException
- ghidra.program.model.mem.MemoryBlock createUninitializedBlock(java.lang.String name, ghidra.program.model.address.Address start, long size, boolean overlay) throws MemoryConflictException, AddressOverflowException, LockException, DuplicateNameException
+ ghidra.program.model.mem.MemoryBlock createUninitializedBlock(java.lang.String name, ghidra.program.model.address.Address start, long size, boolean overlay) throws MemoryConflictException, AddressOverflowException, LockException
modifiedmethod:
overlayBlockRenamed
param 1 renamed: oldName → oldOverlaySpaceName; removed throws DuplicateNameException
- void overlayBlockRenamed(java.lang.String oldName, java.lang.String name) throws DuplicateNameException, LockException
+ void overlayBlockRenamed(java.lang.String oldOverlaySpaceName, java.lang.String name) throws LockException
addedmethod:
createBitMappedBlock
ghidra.program.model.mem.MemoryBlock createBitMappedBlock(java.lang.String name, ghidra.program.model.address.Address start, ghidra.program.model.address.Address mappedAddress, long length, boolean overlay) throws MemoryConflictException, AddressOverflowException, LockException, IllegalArgumentException, DuplicateNameException
addedmethod:
createByteMappedBlock
ghidra.program.model.mem.MemoryBlock createByteMappedBlock(java.lang.String name, ghidra.program.model.address.Address start, ghidra.program.model.address.Address mappedAddress, long length, ghidra.program.database.mem.ByteMappingScheme byteMappingScheme, boolean overlay) throws MemoryConflictException, AddressOverflowException, LockException, DuplicateNameException
modifiedmethod:
createBlock
added throws DuplicateNameException
- ghidra.program.model.mem.MemoryBlock createBlock(ghidra.program.model.mem.MemoryBlock block, java.lang.String name, ghidra.program.model.address.Address start, long length) throws MemoryConflictException, AddressOverflowException, LockException
+ ghidra.program.model.mem.MemoryBlock createBlock(ghidra.program.model.mem.MemoryBlock block, java.lang.String name, ghidra.program.model.address.Address start, long length) throws MemoryConflictException, AddressOverflowException, LockException, DuplicateNameException
removedmethod:
createBitMappedBlock
ghidra.program.model.mem.MemoryBlock createBitMappedBlock(java.lang.String name, ghidra.program.model.address.Address start, ghidra.program.model.address.Address overlayAddress, long length) throws MemoryConflictException, AddressOverflowException, LockException
removedmethod:
createByteMappedBlock
ghidra.program.model.mem.MemoryBlock createByteMappedBlock(java.lang.String name, ghidra.program.model.address.Address start, ghidra.program.model.address.Address overlayAddress, long length) throws MemoryConflictException, AddressOverflowException, LockException