Package ghidra
Class Ghidra
java.lang.Object
ghidra.Ghidra
Ghidra entry point that forwards the command line arguments to
GhidraLaunchable
.
This class was introduced so Ghidra's application name can be set to "ghidra-Ghidra" on Linux, rather than "ghidra-GhidraLauncher".
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Launches the givenGhidraLaunchable
specified in the first command line argument
-
Constructor Details
-
Ghidra
public Ghidra()
-
-
Method Details
-
main
Launches the givenGhidraLaunchable
specified in the first command line argument- Parameters:
args
- The first argument is the name of theGhidraLaunchable
to launch. The remaining args get passed through to the class'sGhidraLaunchable.launch(ghidra.GhidraApplicationLayout, java.lang.String[])
method.- Throws:
Exception
- If there was a problem launching. See the exception's message for more details on what went wrong.
-