Class MemoryBlockDefinition
java.lang.Object
ghidra.app.plugin.processors.generic.MemoryBlockDefinition
TODO To change the template for this generated type comment go to
Window - Preferences - Java - Code Style - Code Templates
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
createBlock
(Program program) Create memory block within specified program based upon this block specification.toString()
-
Constructor Details
-
MemoryBlockDefinition
- Throws:
XmlAttributeException
-
-
Method Details
-
createBlock
public void createBlock(Program program) throws LockException, MemoryConflictException, AddressOverflowException, InvalidAddressException Create memory block within specified program based upon this block specification.- Parameters:
program
- target program- Throws:
LockException
- if program does not have exclusive access required when adding memory blocks.MemoryConflictException
- if this specification conflicts with an existing memory block in programAddressOverflowException
- if memory space constraints are violated by block specificationInvalidAddressException
- if address defined by this block specification is invalid for the specified program. May also indicate an improperly formatted address attribute.
-
toString
-