MachoRelocationHandler

Package: ghidra.app.util.bin.format.macho.relocation
Type: class

10.3_PUBLIC

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

10.0_PUBLIC

introducedInitial version