mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-25 14:05:31 +08:00
Merge remote-tracking branch 'origin/patch'
Conflicts: Ghidra/Features/Base/src/main/java/ghidra/app/util/opinion/PeLoader.java
This commit is contained in:
@@ -683,7 +683,7 @@ public class PeLoader extends AbstractPeDebugLoader {
|
||||
if (dataSize > 0) {
|
||||
MemoryBlockUtils.createUninitializedBlock(prog, false, sectionName, address,
|
||||
dataSize, "", "", r, w, x, log);
|
||||
sectionToAddress.put(sections[i], address);
|
||||
sectionToAddress.putIfAbsent(sections[i], address);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user