Package ghidra

Interface GhidraLaunchable

    • Method Detail

      • launch

        void launch​(GhidraApplicationLayout layout,
                    java.lang.String[] args)
             throws java.lang.Exception
        Launches the launchable.
        Parameters:
        layout - The application layout to use for the launch.
        args - The arguments passed through by the GhidraLauncher.
        Throws:
        java.lang.Exception - if there was a problem with the launch.