Class UnsupportedScriptProvider

java.lang.Object
ghidra.app.script.GhidraScriptProvider
ghidra.app.script.UnsupportedScriptProvider
All Implemented Interfaces:
ExtensionPoint, Comparable<GhidraScriptProvider>

public class UnsupportedScriptProvider extends GhidraScriptProvider
A stub provider for unsupported scripts. These will typically be scripts with supported extensions but unsupported ScriptInfo.AT_RUNTIME tags.
  • Constructor Details

    • UnsupportedScriptProvider

      public UnsupportedScriptProvider()
    • UnsupportedScriptProvider

      public UnsupportedScriptProvider(GhidraScriptProvider baseProvider)
      Creates a new UnsupportedScriptProvider that is derived from the given base provider. The base provider is any provider with a compatible extension, but without the required ScriptInfo.AT_RUNTIME tag.
      Parameters:
      baseProvider - The base GhidraScriptProvider
  • Method Details