mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-29 00:55:32 +08:00
Merge remote-tracking branch 'origin/GP-517_emteere_RTTI_reordering' into patch
This commit is contained in:
+1
-1
@@ -58,7 +58,7 @@ public class RttiAnalyzer extends AbstractAnalyzer {
|
|||||||
setSupportsOneTimeAnalysis();
|
setSupportsOneTimeAnalysis();
|
||||||
// Set priority of RTTI analyzer to run after Demangler so can see if better
|
// Set priority of RTTI analyzer to run after Demangler so can see if better
|
||||||
// plate comment or label already exists from Demangler.
|
// plate comment or label already exists from Demangler.
|
||||||
setPriority(AnalysisPriority.DATA_TYPE_PROPOGATION.before().before());
|
setPriority(AnalysisPriority.REFERENCE_ANALYSIS.before());
|
||||||
setDefaultEnablement(true);
|
setDefaultEnablement(true);
|
||||||
validationOptions = new DataValidationOptions();
|
validationOptions = new DataValidationOptions();
|
||||||
applyOptions = new DataApplyOptions();
|
applyOptions = new DataApplyOptions();
|
||||||
|
|||||||
Reference in New Issue
Block a user