From 3bfcb8695fcd0198bb72aeb6592003e34068363a Mon Sep 17 00:00:00 2001 From: d-millar <33498836+d-millar@users.noreply.github.com> Date: Tue, 14 Jan 2025 18:00:12 +0000 Subject: [PATCH] GP-5261: missing imageOpt --- .../Debugger-jpda/data/debugger-launchers/local-java.jsh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Ghidra/Debug/Debugger-jpda/data/debugger-launchers/local-java.jsh b/Ghidra/Debug/Debugger-jpda/data/debugger-launchers/local-java.jsh index ef53572a03..bc8916a257 100755 --- a/Ghidra/Debug/Debugger-jpda/data/debugger-launchers/local-java.jsh +++ b/Ghidra/Debug/Debugger-jpda/data/debugger-launchers/local-java.jsh @@ -1,5 +1,5 @@ //@title java -////@image-opt env:OPT_TARGET_CLASS +//@image-opt env:OPT_TARGET_CLASS //@timeout 2000000 //@desc //@desc

Launch with java

@@ -11,12 +11,11 @@ //@menu-group local //@icon icon.debugger //@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" //@args "Arguments" "Command-line arguments to pass to the target" //@enum Arch:str JVM 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_JSHELL_PATH:file="" "JShell cmd (if desired)" "The full path to jshell."