Package ghidra.app.util.headless
Class GhidraScriptRunner
java.lang.Object
ghidra.app.util.headless.GhidraScriptRunner
- All Implemented Interfaces:
 GhidraLaunchable
A simple class for running scripts outside of Ghidra.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected voidinitializeApplication(ApplicationLayout applicationLayout, String logFile, boolean useLog4j) voidlaunch(GhidraApplicationLayout layout, String[] args) Launches the launchable. 
- 
Constructor Details
- 
GhidraScriptRunner
public GhidraScriptRunner() 
 - 
 - 
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.
 - 
initializeApplication
protected void initializeApplication(ApplicationLayout applicationLayout, String logFile, boolean useLog4j)  
 -