mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-01 06:16:45 +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();
|
long oldIndex = reader.getPointerIndex();
|
||||||
|
|
||||||
int start = irfeHeader.getPointerToRawData();
|
int start = ntHeader.rvaToPointer(irfeHeader.getVirtualAddress());
|
||||||
reader.setPointerIndex(start);
|
reader.setPointerIndex(start);
|
||||||
|
|
||||||
ImageRuntimeFunctionEntries entries =
|
ImageRuntimeFunctionEntries entries =
|
||||||
|
|||||||
Reference in New Issue
Block a user