StubMemory

Package: ghidra.program.model.mem
Type: class

12.0_PUBLIC

modifiedmethod: convertToInitialized
removed throws NotFoundException
- ghidra.program.model.mem.MemoryBlock convertToInitialized(ghidra.program.model.mem.MemoryBlock uninitializedBlock, byte initialValue) throws LockException, MemoryBlockException, NotFoundException
+ ghidra.program.model.mem.MemoryBlock convertToInitialized(ghidra.program.model.mem.MemoryBlock uninitializedBlock, byte initialValue) throws LockException, MemoryBlockException
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 LockException, MemoryBlockException, NotFoundException
+ ghidra.program.model.mem.MemoryBlock join(ghidra.program.model.mem.MemoryBlock blockOne, ghidra.program.model.mem.MemoryBlock blockTwo) throws LockException, MemoryBlockException
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 LockException, MemoryBlockException, MemoryConflictException, AddressOverflowException, NotFoundException
+ void moveBlock(ghidra.program.model.mem.MemoryBlock block, ghidra.program.model.address.Address newStartAddr, ghidra.util.task.TaskMonitor monitor) throws LockException, MemoryBlockException, MemoryConflictException, AddressOverflowException
modifiedmethod: split
removed throws NotFoundException
- void split(ghidra.program.model.mem.MemoryBlock block, ghidra.program.model.address.Address addr) throws MemoryBlockException, LockException, NotFoundException
+ void split(ghidra.program.model.mem.MemoryBlock block, ghidra.program.model.address.Address addr) throws MemoryBlockException, LockException

11.4_PUBLIC

removedmethod: getLiveMemoryHandler
ghidra.program.model.mem.LiveMemoryHandler getLiveMemoryHandler()
removedmethod: setLiveMemoryHandler
void setLiveMemoryHandler(ghidra.program.model.mem.LiveMemoryHandler handler)

10.2_PUBLIC

introducedInitial version