modifiedmethod:
relocate
return type: void → RelocationResult; added throws RelocationException; removed throws NotFoundException
- void relocate(ghidra.app.util.bin.format.macho.relocation.MachoRelocation relocation) throws MemoryAccessException, NotFoundException
+ ghidra.program.model.reloc.RelocationResult relocate(ghidra.app.util.bin.format.macho.relocation.MachoRelocation relocation) throws MemoryAccessException, RelocationException
modifiedmethod:
write
return type: void → int
- static void write(ghidra.app.util.bin.format.macho.relocation.MachoRelocation relocation, long value) throws MemoryAccessException
+ static int write(ghidra.app.util.bin.format.macho.relocation.MachoRelocation relocation, long value) throws MemoryAccessException