MachoRelocation

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

10.3_PUBLIC

modifiedmethod: getTargetAddress
added throws RelocationException; removed throws NotFoundException
- ghidra.program.model.address.Address getTargetAddress() throws NotFoundException
+ ghidra.program.model.address.Address getTargetAddress() throws RelocationException
modifiedmethod: getTargetAddressExtra
added throws RelocationException; removed throws NotFoundException
- ghidra.program.model.address.Address getTargetAddressExtra() throws NotFoundException
+ ghidra.program.model.address.Address getTargetAddressExtra() throws RelocationException

10.0_PUBLIC

introducedInitial version