modifiedmethod:
applyData
removed throws DataTypeConflictException
- static void applyData(ghidra.program.model.listing.Program program, ghidra.program.model.data.DataType dt, ghidra.program.model.address.Address address) throws CodeUnitInsertionException, DataTypeConflictException
+ static void applyData(ghidra.program.model.listing.Program program, ghidra.program.model.data.DataType dt, ghidra.program.model.address.Address address) throws CodeUnitInsertionException
modifiedmethod:
createPointerAndReturnAddressBeingReferenced
removed throws DataTypeConflictException
- static ghidra.program.model.address.Address createPointerAndReturnAddressBeingReferenced(ghidra.program.model.listing.Program program, ghidra.program.model.address.Address address) throws CodeUnitInsertionException, DataTypeConflictException
+ static ghidra.program.model.address.Address createPointerAndReturnAddressBeingReferenced(ghidra.program.model.listing.Program program, ghidra.program.model.address.Address address) throws CodeUnitInsertionException
removedmethod:
createPointer
static ghidra.program.model.listing.Data createPointer(ghidra.program.model.listing.Program program, ghidra.program.model.address.Address address)