addedmethod:
getAllComments
ghidra.program.model.listing.CodeUnitComments getAllComments(ghidra.program.model.address.Address address)
addedmethod:
getComment
java.lang.String getComment(ghidra.program.model.listing.CommentType type, ghidra.program.model.address.Address address)
addedmethod:
getCommentAddressIterator
ghidra.program.model.address.AddressIterator getCommentAddressIterator(ghidra.program.model.listing.CommentType type, ghidra.program.model.address.AddressSetView addrSet, boolean forward)
addedmethod:
getCommentCodeUnitIterator
ghidra.program.model.listing.CodeUnitIterator getCommentCodeUnitIterator(ghidra.program.model.listing.CommentType type, ghidra.program.model.address.AddressSetView addrSet)
addedmethod:
getCommentHistory
ghidra.program.model.listing.CommentHistory[] getCommentHistory(ghidra.program.model.address.Address addr, ghidra.program.model.listing.CommentType type)
addedmethod:
setComment
void setComment(ghidra.program.model.address.Address address, ghidra.program.model.listing.CommentType type, java.lang.String comment)
modifiedmethod:
getPropertyMap
return type: PropertyMap → PropertyMap
- ghidra.program.model.util.PropertyMap getPropertyMap(java.lang.String propertyName)
+ ghidra.program.model.util.PropertyMap<?> getPropertyMap(java.lang.String propertyName)
addedmethod:
createInstruction
ghidra.program.model.listing.Instruction createInstruction(ghidra.program.model.address.Address addr, ghidra.program.model.lang.InstructionPrototype prototype, ghidra.program.model.mem.MemBuffer memBuf, ghidra.program.model.lang.ProcessorContextView context, int length) throws CodeUnitInsertionException
removedmethod:
createInstruction
ghidra.program.model.listing.Instruction createInstruction(ghidra.program.model.address.Address addr, ghidra.program.model.lang.InstructionPrototype prototype, ghidra.program.model.mem.MemBuffer memBuf, ghidra.program.model.lang.ProcessorContextView context) throws CodeUnitInsertionException
modifiedmethod:
createData
removed throws DataTypeConflictException
- ghidra.program.model.listing.Data createData(ghidra.program.model.address.Address addr, ghidra.program.model.data.DataType dataType) throws CodeUnitInsertionException, DataTypeConflictException
+ ghidra.program.model.listing.Data createData(ghidra.program.model.address.Address addr, ghidra.program.model.data.DataType dataType) throws CodeUnitInsertionException
modifiedmethod:
createData
removed throws DataTypeConflictException
- ghidra.program.model.listing.Data createData(ghidra.program.model.address.Address addr, ghidra.program.model.data.DataType dataType, int length) throws CodeUnitInsertionException, DataTypeConflictException
+ ghidra.program.model.listing.Data createData(ghidra.program.model.address.Address addr, ghidra.program.model.data.DataType dataType, int length) throws CodeUnitInsertionException