mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-07 09:11:15 -09:00
Merge remote-tracking branch 'origin/patch'
This commit is contained in:
@@ -339,7 +339,7 @@ public class ElfDefaultGotPltMarkup {
|
||||
return; // failed to identify first PLT entry - skip PLT processing
|
||||
}
|
||||
|
||||
Address pltEnd = firstPltEntryAddr.add(pltSpacing * (pltEntryCount - 1));
|
||||
Address pltEnd = firstPltEntryAddr.add((pltSpacing * pltEntryCount) - 1);
|
||||
processLinkageTable("PLT", firstPltEntryAddr, pltEnd, monitor);
|
||||
}
|
||||
catch (Exception e) {
|
||||
|
||||
Reference in New Issue
Block a user