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