mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-10 22:48:08 -05:00
GP-5261: missing imageOpt
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//@title java
|
||||
////@image-opt env:OPT_TARGET_CLASS
|
||||
//@image-opt env:OPT_TARGET_CLASS
|
||||
//@timeout 2000000
|
||||
//@desc <html><body width="300px">
|
||||
//@desc <h3>Launch with <tt>java</tt></h3>
|
||||
@@ -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."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user