Class GhidraScriptAnalyzerAdapter

    • Constructor Detail

      • GhidraScriptAnalyzerAdapter

        public GhidraScriptAnalyzerAdapter​(ResourceFile file,
                                           AnalyzerType analyzerType,
                                           int priority)
    • Method Detail

      • setPrintWriter

        public void setPrintWriter​(java.io.PrintWriter writer)
      • added

        public boolean added​(Program program,
                             AddressSetView set,
                             TaskMonitor monitor,
                             MessageLog log)
                      throws CancelledException
        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
        Throws:
        CancelledException
      • getScriptName

        public java.lang.String getScriptName()