Class AppInfo

java.lang.Object
ghidra.framework.main.AppInfo

public class AppInfo extends Object
Class with static methods to maintain application info, e.g., a handle to the tool that is the Ghidra Project Window, the user's name, etc.
  • Constructor Details Link icon

    • AppInfo Link icon

      public AppInfo()
  • Method Details Link icon

    • setActiveProject Link icon

      public static void setActiveProject(Project p)
    • getFrontEndTool Link icon

      public static FrontEndTool getFrontEndTool()
    • getActiveProject Link icon

      public static Project getActiveProject()
    • exitGhidra Link icon

      public static void exitGhidra()