Package ghidra.python
Class PythonRun
- java.lang.Object
 - 
- ghidra.python.PythonRun
 
 
- 
- All Implemented Interfaces:
 GhidraLaunchable
public class PythonRun extends java.lang.Object implements GhidraLaunchable
Launcher entry point for running Ghidra from within Jython. 
- 
- 
Constructor Summary
Constructors Constructor Description PythonRun() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidlaunch(GhidraApplicationLayout layout, java.lang.String[] args)Launches the launchable. 
 - 
 
- 
- 
Method Detail
- 
launch
public void launch(GhidraApplicationLayout layout, java.lang.String[] args)
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.
 
 - 
 
 -