mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-22 10:02:49 +08:00
GP-360 ELF - handle uninitialized .got section
This commit is contained in:
+3
@@ -183,6 +183,9 @@ public class ElfDefaultGotPltMarkup {
|
||||
monitor.checkCanceled();
|
||||
|
||||
Data data = createPointer(gotStart, true);
|
||||
if (data == null) {
|
||||
break;
|
||||
}
|
||||
|
||||
try {
|
||||
gotStart = data.getMaxAddress().add(1);
|
||||
|
||||
Reference in New Issue
Block a user