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 commentType, ghidra.program.model.address.Address address)
addedmethod:
getCommentAddressIterator
ghidra.program.model.address.AddressIterator getCommentAddressIterator(ghidra.program.model.listing.CommentType commentType, ghidra.program.model.address.AddressSetView addrSet, boolean forward)
addedmethod:
getCommentCodeUnitIterator
ghidra.program.model.listing.CodeUnitIterator getCommentCodeUnitIterator(ghidra.program.model.listing.CommentType commentType, 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 commentType)
addedmethod:
setComment
void setComment(ghidra.program.model.address.Address address, ghidra.program.model.listing.CommentType commentType, java.lang.String comment)
removedmethod:
getComment
java.lang.String getComment(int commentType, ghidra.program.model.address.Address address)
removedmethod:
getCommentAddressIterator
ghidra.program.model.address.AddressIterator getCommentAddressIterator(int commentType, ghidra.program.model.address.AddressSetView addrSet, boolean forward)
removedmethod:
getCommentCodeUnitIterator
ghidra.program.model.listing.CodeUnitIterator getCommentCodeUnitIterator(int commentType, ghidra.program.model.address.AddressSetView addrSet)
removedmethod:
getCommentHistory
ghidra.program.model.listing.CommentHistory[] getCommentHistory(ghidra.program.model.address.Address addr, int commentType)
removedmethod:
setComment
void setComment(ghidra.program.model.address.Address address, int commentType, java.lang.String comment)
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 forcedLengthOverride) throws CodeUnitInsertionException
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)
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