addedmethod:
programReady
void programReady(ghidra.framework.data.OpenMode openMode, int currentRevision, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException
removedmethod:
programReady
void programReady(int openMode, int currentRevision, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException
addedmethod:
add
ghidra.program.model.reloc.Relocation add(ghidra.program.model.address.Address addr, ghidra.program.model.reloc.Relocation.Status status, int type, long[] values, byte[] bytes, java.lang.String symbolName)
addedmethod:
add
ghidra.program.model.reloc.Relocation add(ghidra.program.model.address.Address addr, ghidra.program.model.reloc.Relocation.Status status, int type, long[] values, int byteLength, java.lang.String symbolName)
removedmethod:
add
ghidra.program.model.reloc.Relocation add(ghidra.program.model.address.Address addr, int type, long[] values, byte[] bytes, java.lang.String symbolName)
addedmethod:
getRelocationAddressAfter
ghidra.program.model.address.Address getRelocationAddressAfter(ghidra.program.model.address.Address addr)
addedmethod:
getRelocations
java.util.List<ghidra.program.model.reloc.Relocation> getRelocations(ghidra.program.model.address.Address addr)
addedmethod:
hasRelocation
boolean hasRelocation(ghidra.program.model.address.Address addr)
removedmethod:
getRelocation
ghidra.program.model.reloc.Relocation getRelocation(ghidra.program.model.address.Address addr)
removedmethod:
getRelocationAfter
ghidra.program.model.reloc.Relocation getRelocationAfter(ghidra.program.model.address.Address addr)
removedmethod:
remove
void remove(ghidra.program.model.reloc.Relocation reloc)