modifiedmethod:
relocate
return type: void → RelocationResult; removed throws NotFoundException
- void relocate(ghidra.program.model.address.Address address, ghidra.app.util.bin.format.coff.CoffRelocation relocation, ghidra.app.util.bin.format.coff.relocation.CoffRelocationContext relocationContext) throws MemoryAccessException, NotFoundException, RelocationException
+ ghidra.program.model.reloc.RelocationResult relocate(ghidra.program.model.address.Address address, ghidra.app.util.bin.format.coff.CoffRelocation relocation, ghidra.app.util.bin.format.coff.relocation.CoffRelocationContext relocationContext) throws MemoryAccessException, RelocationException