Class RuntimeInfoPlugin

java.lang.Object
ghidra.framework.plugintool.Plugin
ghidra.app.plugin.runtimeinfo.RuntimeInfoPlugin
All Implemented Interfaces:
ApplicationLevelOnlyPlugin, ApplicationLevelPlugin, PluginEventListener, ServiceListener, ExtensionPoint

public class RuntimeInfoPlugin extends Plugin implements ApplicationLevelOnlyPlugin
  • Constructor Details

  • Method Details

    • dispose

      protected void dispose()
      Description copied from class: Plugin
      Tells a plugin that it is no longer needed. The plugin should release any resources that it has. All actions, components, services will automatically be cleaned up.
      Overrides:
      dispose in class Plugin
    • getInstalledProcessorsHelpLocation

      protected HelpLocation getInstalledProcessorsHelpLocation()
      Gets this plugin's installed processors HelpLocation
      Returns:
      This plugin's installed processors HelpLocation
    • getRuntimeInfoHelpLocation

      protected HelpLocation getRuntimeInfoHelpLocation()
      Gets this plugin's runtime info HelpLocation
      Returns:
      This plugin's runtime info HelpLocation