MemoryBlockDefinition

Package: ghidra.app.plugin.processors.generic
Type: class

12.0_PUBLIC

addedmethod: fixupBlock
ghidra.program.model.mem.MemoryBlock fixupBlock(ghidra.program.database.ProgramDB program) throws LockException, MemoryBlockException
addedmethod: getBlockName
java.lang.String getBlockName()
modifiedmethod: createBlock
return type: void → MemoryBlock
- void createBlock(ghidra.program.model.listing.Program program) throws LockException, MemoryConflictException, AddressOverflowException, InvalidAddressException
+ ghidra.program.model.mem.MemoryBlock createBlock(ghidra.program.model.listing.Program program) throws LockException, MemoryConflictException, AddressOverflowException, InvalidAddressException

10.1.5_PUBLIC

modifiedmethod: createBlock
added throws InvalidAddressException; removed throws DuplicateNameException
- void createBlock(ghidra.program.model.listing.Program program) throws LockException, MemoryConflictException, AddressOverflowException, DuplicateNameException
+ void createBlock(ghidra.program.model.listing.Program program) throws LockException, MemoryConflictException, AddressOverflowException, InvalidAddressException

9.0.1_PUBLIC

introducedInitial version