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 Summary 
Fields
Default name of new scripts
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 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:
-