mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-07-30 07:18:37 -09:00
fix: missing implementation for IMAGE_REL_ARM64_ADDR64
This commit is contained in:
@@ -187,6 +187,11 @@ public class AARCH64_CoffRelocationHandler implements CoffRelocationHandler {
|
||||
mem.setInt(address, bytesToAdjust);
|
||||
break;
|
||||
|
||||
case IMAGE_REL_ARM64_ADDR64:
|
||||
mem.setLong(address, symbolAddr.getOffset());
|
||||
byteLength = 8;
|
||||
break;
|
||||
|
||||
default: {
|
||||
return RelocationResult.UNSUPPORTED;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user