Package ghidra
Interface GhidraLaunchable
- All Known Implementing Classes:
AnalyzeHeadless
,AppCleaner
,ConvertFileSystem
,DataTypeArchiveIdDumper
,DataTypeArchiveTransformer
,DataTypeIDConverter
,GhidraJarBuilder
,GhidraRun
,GhidraScriptRunner
,JShellRun
,JythonRun
public interface GhidraLaunchable
Something intended to be launched by the
GhidraLauncher
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
launch
(GhidraApplicationLayout layout, String[] args) Launches the launchable.
-
Method Details
-
launch
Launches the launchable.- Parameters:
layout
- The application layout to use for the launch.args
- The arguments passed through by theGhidraLauncher
.- Throws:
Exception
- if there was a problem with the launch.
-