Package ghidra

Class Ghidra


  • public class Ghidra
    extends java.lang.Object
    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:
    JDK-6528430
    • Constructor Summary

      Constructors 
      Constructor Description
      Ghidra()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Launches the given GhidraLaunchable specified in the first command line argument
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Ghidra

        public Ghidra()