Merge remote-tracking branch 'origin/Ghidra_11.3'

This commit is contained in:
Ryan Kurtz
2025-01-14 14:01:51 -05:00
@@ -1,5 +1,5 @@
//@title java //@title java
////@image-opt env:OPT_TARGET_CLASS //@image-opt env:OPT_TARGET_CLASS
//@timeout 2000000 //@timeout 2000000
//@desc <html><body width="300px"> //@desc <html><body width="300px">
//@desc <h3>Launch with <tt>java</tt></h3> //@desc <h3>Launch with <tt>java</tt></h3>
@@ -11,12 +11,11 @@
//@menu-group local //@menu-group local
//@icon icon.debugger //@icon icon.debugger
//@help TraceRmiLauncherServicePlugin#java //@help TraceRmiLauncherServicePlugin#java
//@env OPT_TARGET_CLASS:str="" "Image" "The Main Class to launch (defaults to current program)." //@env OPT_TARGET_CLASS:file="" "Image" "The Main Class to launch (defaults to current program)."
//@env OPT_TARGET_CLASSPATH:str="" "ClassPath" "The JVM classpath" //@env OPT_TARGET_CLASSPATH:str="" "ClassPath" "The JVM classpath"
//@args "Arguments" "Command-line arguments to pass to the target" //@args "Arguments" "Command-line arguments to pass to the target"
//@enum Arch:str JVM Dalvik //@enum Arch:str JVM Dalvik
//@env OPT_ARCH:Arch="JVM" "Arch" "Either 'JVM' or 'Dalvik'" //@env OPT_ARCH:Arch="JVM" "Arch" "Either 'JVM' or 'Dalvik'"
////@env OPT_SUSPEND:bool=true "Suspend" "Suspend the VM on launch."
//@env OPT_INCLUDE:str=n "Include virtual threads" "Include virtual threads." //@env OPT_INCLUDE:str=n "Include virtual threads" "Include virtual threads."
//@env OPT_JSHELL_PATH:file="" "JShell cmd (if desired)" "The full path to jshell." //@env OPT_JSHELL_PATH:file="" "JShell cmd (if desired)" "The full path to jshell."