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