mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-23 08:05:50 +08:00
Merge remote-tracking branch
'origin/GP-1636_ryanmkurtz_PR-3347_benstone_pe-x64-exception-handling' into patch (Closes #3800, Closes #3805)
This commit is contained in:
@@ -413,7 +413,7 @@ public class FileHeader implements StructConverter {
|
||||
|
||||
long oldIndex = reader.getPointerIndex();
|
||||
|
||||
int start = irfeHeader.getPointerToRawData();
|
||||
int start = ntHeader.rvaToPointer(irfeHeader.getVirtualAddress());
|
||||
reader.setPointerIndex(start);
|
||||
|
||||
ImageRuntimeFunctionEntries entries =
|
||||
|
||||
Reference in New Issue
Block a user