Interface GhidraLaunchable
- All Known Implementing Classes:
AnalyzeHeadless, AppCleaner, BSimControlLaunchable, BSimLaunchable, ConvertFileSystem, DataTypeArchiveIdDumper, DataTypeArchiveTransformer, DataTypeIDConverter, GhidraJarBuilder, GhidraRun, GhidraScriptRunner, JShellRun, JythonRun
public interface GhidraLaunchable
Something intended to be launched by the
GhidraLauncher.-
Method Summary
Modifier and TypeMethodDescriptionvoidlaunch(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.
-