mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
Merge remote-tracking branch
'origin/GP-5079_ghidra007_AddNullCheck_parentOffsetMap_rttiScript' into patch (Closes #7123)
This commit is contained in:
commit
af380fd265
1 changed files with 5 additions and 1 deletions
|
@ -2454,7 +2454,11 @@ public class RTTIWindowsClassRecoverer extends RTTIClassRecoverer {
|
|||
|
||||
Map<RecoveredClass, Integer> parentOffsetMap = getBaseClassOffsetMap(recoveredClass);
|
||||
|
||||
if (parentOffsetMap != null) {
|
||||
return parentOffsetMap.get(virtualParentClasses.get(0));
|
||||
}
|
||||
|
||||
return null;
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue