Class GhidraScriptConstants


  • public class GhidraScriptConstants
    extends java.lang.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 Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DEFAULT_SCRIPT_NAME
      Default name of new scripts
      static java.lang.String USER_SCRIPTS_DIR_PROPERTY
      The system property that overrides the location of the source directory used to store Ghidra scripts
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • USER_SCRIPTS_DIR_PROPERTY

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

        public static final java.lang.String DEFAULT_SCRIPT_NAME
        Default name of new scripts
        See Also:
        Constant Field Values