mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
GP-1304: Removing illegal access to java.desktop/sun.awt.X11. Has side
effect of changing application name on Linux from "Ghidra" to "ghidra.Ghidra".
This commit is contained in:
parent
1508f3fee8
commit
e088d2a4ea
11 changed files with 91 additions and 33 deletions
|
@ -130,6 +130,9 @@ public class GhidraLaunchUtils {
|
|||
/**
|
||||
* Sets the main type name attribute in the provided working copy. For Ghidra projects, this
|
||||
* should be {@link GhidraLauncher}.
|
||||
* <p>
|
||||
* TODO: {@link GhidraLauncher#main(String[])} is deprecated. Fix in future version of
|
||||
* GhidraDev when we are ready to break backwards compatibility with Ghidra.
|
||||
*
|
||||
* @param wc The launch configuration working copy to modify.
|
||||
* @return The modified working copy.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue