Package ghidra.python

Class 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
      void launch​(GhidraApplicationLayout layout, java.lang.String[] args)
      Launches the launchable.
      • Methods inherited from class java.lang.Object

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

      • PythonRun

        public PythonRun()