ghidra: fix _super being defined as a class method on subclasses

develop
Ben Lubar 2020-03-20 08:57:24 -05:00
parent 5eb0703433
commit 44b45ce43f
No known key found for this signature in database
GPG Key ID: 92939677AB59EDA4
1 changed files with 2 additions and 0 deletions

@ -1332,7 +1332,9 @@ public class import_df_structures extends GhidraScript
if ("_super".equals(field.getFieldName()))
{
labelVMethods(addr, cls, (Structure)field.getDataType());
continue;
}
Address fnaddr;
if (currentProgram.getDefaultPointerSize() == 4)
{