Package ghidra.app.script
Class GhidraScriptConstants
- java.lang.Object
-
- ghidra.app.script.GhidraScriptConstants
-
public class GhidraScriptConstants extends java.lang.ObjectA 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.StringDEFAULT_SCRIPT_NAMEDefault name of new scriptsstatic java.lang.StringUSER_SCRIPTS_DIR_PROPERTYThe system property that overrides the location of the source directory used to store Ghidra scripts
-
-
-
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
-
-