Package ghidra
Class JShellRun
java.lang.Object
ghidra.JShellRun
- All Implemented Interfaces:
GhidraLaunchable
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
launch
(GhidraApplicationLayout layout, String[] args) Launches the launchable.
-
Constructor Details
-
JShellRun
public JShellRun()
-
-
Method Details
-
launch
Description copied from interface:GhidraLaunchable
Launches the launchable.- Specified by:
launch
in interfaceGhidraLaunchable
- 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.
-