Class ArmAggressiveInstructionFinderAnalyzer

    • Constructor Detail

      • ArmAggressiveInstructionFinderAnalyzer

        public ArmAggressiveInstructionFinderAnalyzer()
    • Method Detail

      • canAnalyze

        public boolean canAnalyze​(Program p)
        Description copied from interface: Analyzer
        Can this analyzer work on this program.
        Specified by:
        canAnalyze in interface Analyzer
        Overrides:
        canAnalyze in class AbstractAnalyzer
        Parameters:
        p - program to be analyzed
        Returns:
        true if this analyzer can analyze this program
      • added

        public boolean added​(Program program,
                             AddressSetView set,
                             TaskMonitor monitor,
                             MessageLog log)
        Description copied from interface: Analyzer
        Called when the requested information type has been added. (ie: function added.)
        Parameters:
        program - program to analyze
        set - AddressSet of locations that have been added
        monitor - monitor that indicates progress and indicates whether the user canceled the analysis
        log - a message log to record analysis information
        Returns:
        true if the analysis succeeded