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