Constant Field Values
Contents
org.fife.*
-
org.fife.ui.hex.event.HexEditorEvent
-
org.fife.ui.hex.swing.HexEditorModifier and TypeConstant FieldValue
static final int
200
public static final String
"alternateColBG"
public static final String
"alternateRowBG"
public static final String
"asciiDumpHighlightColor"
public static final String
"highlightAsciiDump"
public static final String
"showGrid"
private static final long
1L
-
org.fife.ui.hex.swing.HexEditorRowHeader
-
org.fife.ui.hex.swing.org.fife.ui.hex.swing.HexEditorRowHeader.CellRenderer
-
org.fife.ui.hex.swing.org.fife.ui.hex.swing.HexEditorRowHeader.RowHeaderBorder
-
org.fife.ui.hex.swing.org.fife.ui.hex.swing.HexEditorRowHeader.RowHeaderListModel
-
org.fife.ui.hex.swing.org.fife.ui.hex.swing.HexEditorTransferHandler
-
org.fife.ui.hex.swing.HexTable
-
org.fife.ui.hex.swing.org.fife.ui.hex.swing.HexTable.CellEditor
-
org.fife.ui.hex.swing.org.fife.ui.hex.swing.HexTable.CellRenderer
-
org.fife.ui.hex.swing.HexTableModel
-
org.fife.ui.hex.swing.org.fife.ui.hex.swing.HexTableModel.ByteChangedUndoableEdit
-
org.fife.ui.hex.swing.org.fife.ui.hex.swing.HexTableModel.BytesReplacedUndoableEdit
org.jrd.*
-
org.jrd.agent.AgentActionWorker
-
org.jrd.agent.AgentLogger
-
org.jrd.agent.ConnectionDelegatorModifier and TypeConstant FieldValue
public static final String
"localhost"
public static final int
5395
-
org.jrd.agent.InstrumentationProvider
-
org.jrd.agent.Main
-
org.jrd.backend.communication.CallDecompilerAgentModifier and TypeConstant FieldValue
public static final String
"localhost"
public static final int
5395
-
org.jrd.backend.communication.ErrorCandidate
-
org.jrd.backend.communication.TopLevelErrorCandidate
-
org.jrd.backend.core.AgentLoaderModifier and TypeConstant FieldValue
private static final String
"com.redhat.decompiler.thermostat.port"
static final int
-1
private static final int
200
private static final int
11100
private static final int
10900
-
org.jrd.backend.core.AgentRequestActionModifier and TypeConstant FieldValue
public static final String
"action"
public static final String
"class--name-param"
public static final String
"body-to-overwrite"
public static final String
"hostname:"
public static final String
"listen-port"
public static final int
-1
public static final String
"vm-id"
public static final String
"vm-pid"
-
org.jrd.backend.core.ClassInfo
-
org.jrd.backend.core.DecompilerRequestReceiver
-
org.jrd.backend.core.Logger
-
org.jrd.backend.data.CliModifier and TypeConstant FieldValue
protected static final String
"-api"
protected static final String
"-base64bytes"
protected static final String
"-bytes"
protected static final String
"-compile"
protected static final String
"-cp"
protected static final String
"-decompile"
protected static final String
"-h"
protected static final String
"-help"
protected static final String
"-init"
protected static final String
"-listclasses"
protected static final String
"-listdetails"
protected static final String
"-listjvms"
protected static final String
"-listplugins"
protected static final String
"-overwrite"
protected static final String
"-p"
protected static final String
"-r"
protected static final String
"-saveas"
protected static final String
"-savelike"
protected static final String
"-verbose"
protected static final String
"-version"
-
org.jrd.backend.data.org.jrd.backend.data.Cli.Saving
-
org.jrd.backend.data.ConfigModifier and TypeConstant FieldValue
private static final String
"AGENT_PATH"
public static final String
"org.jrd.agent.jar"
private static final String
"COMPILER_ARGS"
private static final String
"NESTED_JAR_EXTENSIONS"
private static final String
"FS_VMS"
private static final String
"USE_HOST_SYSTEM_CLASSES"
private static final String
"USE_JAVAP_SIGNATURES"
-
org.jrd.backend.data.HelpModifier and TypeConstant FieldValue
static final String
"-api <PUC>"
private static final String
"Will print out which can be used to insert fields/methods to running vm"
static final String
"-base64bytes <PUC> <CLASS REGEX>..."
private static final String
"Print Base64 encoded binary form of requested classes of a process."
static final String
"-bytes <PUC> <CLASS REGEX>..."
private static final String
"Print binary form of requested classes of a process"
static final String
"-compile [-p <PLUGIN>] [-cp <PUC>] [-r] <PATH>..."
private static final String
"Compile local files against runtime classpath, specified by -cp.\nUse -p to utilize some plugins\' (like jasm or jcoder) bundled compilers.\nUse -r for recursive search if <PATH> is a directory.\nIf the argument of \'-saveas\' is a valid PID or URL, the compiled code will be attempted to be injected into that process.\nIf multiple PATHs were specified, but no \'-saveas\', the process fails."
static final String
"-decompile <PUC> <PLUGIN> <CLASS REGEX>..."
private static final String
"Decompile and print classes of a process with the specified decompiler plugin.\nJavap can be passed options by appending them without spaces: \'javap-v-public ...\' executes as \'javap -v -public ...\'"
static final String
"-help, -h"
private static final String
"Print this help text."
static final String
"-init <PUC> <FQN>"
private static final String
"Try to initialize a class in a running JVM (has no effect in FS VMs). Because class loading is lazy, the class you need might be missing, eg. java.lang.Override."
private static final String
"./start.sh"
private static final String
"start.bat"
static final String
"-listclasses <PUC> [<CLASS REGEX>...]"
private static final String
"List all loaded classes of a process, optionally filtering them.\nOnly \'-savelike exact\' or \'-savelike default\' are allowed as saving modifiers."
static final String
"-listdetails <PUC> [<CLASS REGEX>...]"
private static final String
"Similar to -listclasses, only more details are printed about classes."
static final String
"-listjvms"
private static final String
"List all local Java processes and their PIDs."
static final String
"-listplugins"
private static final String
"List all currently configured decompiler plugins and their statuses."
private static final String
"<FQN> is the fully qualified name of a class as per the Java Language Specification \u00a76.7."
private static final String
"<PUC>, short for PidUrlClasspath, can be one of:"
private static final String
"When using <CLASS REGEX>, escape dollar signs \'$\' of inner classes to \'\\$\'; otherwise they mean the end-of-line."
private static final String
"<SAVE METHOD> can be one of:"
private static final String
"All options can be with either one or two leading slashes (\'-\')."
static final String
"-overwrite <PUC> <FQN> [<CLASS FILE>]"
private static final String
"Overwrite class of a process with new bytecode. If <CLASS FILE> is not set, standard input is used."
static final String
"-saveas <PATH>"
private static final String
"All outputs will be written to PATH instead of to standard output."
static final String
"-savelike <SAVE METHOD>"
private static final String
"Specify how saving will behave."
static final String
"-verbose"
private static final String
"All exceptions and some debugging strings will be printed to standard error."
static final String
"-version"
private static final String
"Print version project name, version and build timestamp."
-
org.jrd.backend.data.MetadataProperties
-
org.jrd.backend.data.VmInfo
-
org.jrd.backend.decompiling.DecompilerWrapper
-
org.jrd.backend.decompiling.PluginManager
-
org.jrd.frontend.frame.main.BytecodeDecompilerView
-
org.jrd.frontend.frame.main.DecompilationControllerModifier and TypeConstant FieldValue
public static final String
"Classes couldn\'t be loaded.Do you have agent configured?On JDK 9 and higher, did you run the target process with \'-Djdk.attach.allowAttachSelf=true\'?"
-
org.jrd.frontend.frame.main.MainFrameView
-
org.jrd.frontend.frame.main.OverridesManager
-
org.jrd.frontend.frame.plugins.FileSelectorArrayRow
-
org.jrd.frontend.utility.AgentApiGeneratorModifier and TypeConstant FieldValue
private static final int
1
public static final String
"public static "
-
org.jrd.frontend.utility.CommonUtilsModifier and TypeConstant FieldValue
public static final int
2
public static final int
0
public static final int
1
-
org.jrd.frontend.utility.ImageButtonFactory