GP-517 moved RTTI analyzer before Reference analysis to fix Rogue

pointer analysis problems found in a few sample binaries
This commit is contained in:
emteere
2021-02-10 22:50:34 +00:00
parent 2dc8e0434c
commit e9eccb4eb2

View File

@@ -58,7 +58,7 @@ public class RttiAnalyzer extends AbstractAnalyzer {
setSupportsOneTimeAnalysis();
// Set priority of RTTI analyzer to run after Demangler so can see if better
// plate comment or label already exists from Demangler.
setPriority(AnalysisPriority.DATA_TYPE_PROPOGATION.before().before());
setPriority(AnalysisPriority.REFERENCE_ANALYSIS.before());
setDefaultEnablement(true);
validationOptions = new DataValidationOptions();
applyOptions = new DataApplyOptions();