CoffRelocationHandler

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

10.3_PUBLIC

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

10.2_PUBLIC

addedmethod: relocate
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
modifiedtype-extends: CoffRelocationHandler
- java.lang.Object
+ (none)
removedmethod: relocate
void relocate(ghidra.program.model.listing.Program program, ghidra.program.model.address.Address address, ghidra.program.model.symbol.Symbol symbol, ghidra.app.util.bin.format.coff.CoffRelocation relocation) throws MemoryAccessException, NotFoundException

9.0.1_PUBLIC

introducedInitial version