Class GhidraScriptConstants

java.lang.Object
ghidra.app.script.GhidraScriptConstants

public class GhidraScriptConstants extends Object
A class to hold constants to be shared for clients of this package.

This class should not depend on any classes in this package in order to prevent static loading of data.

  • Field Details

    • USER_SCRIPTS_DIR_PROPERTY

      public static final String USER_SCRIPTS_DIR_PROPERTY
      The system property that overrides the location of the source directory used to store Ghidra scripts
      See Also:
    • DEFAULT_SCRIPT_NAME

      public static final String DEFAULT_SCRIPT_NAME
      Default name of new scripts
      See Also: