mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-29 02:55:28 +08:00
GP-6193: Environment variables can now be set in launch.properties using ENVVARS= or ENVVARS_[PLATFORM]=
This commit is contained in:
@@ -24,6 +24,9 @@ VMARGS_LINUX=-Dsun.java2d.uiScale=1
|
||||
VMARGS_LINUX=-Dawt.useSystemAAFontSettings=on
|
||||
VMARGS_WINDOWS=-Dsun.java2d.d3d=false
|
||||
|
||||
# Fix blank windows on non-parenting windows managers such as XMonad and Sway
|
||||
#ENVVARS_LINUX=_JAVA_AWT_WM_NONREPARENTING=1
|
||||
|
||||
# The Ghidra application establishes the default SSLContext for all
|
||||
# secure client connections based upon Java's default TLS protocol enablement.
|
||||
# Setting this property will restrict the enabled TLS protocol versions for
|
||||
@@ -42,7 +45,7 @@ VMARGS=-Djdk.tls.client.protocols=TLSv1.2,TLSv1.3
|
||||
# SSL/TLS connections. This VMARG should only be uncommented while actively troubleshooting
|
||||
# since it will log a significant amount of data.
|
||||
#
|
||||
# See the "Troubleshoting JSSE" section of the following internet hosted document:
|
||||
# See the "Troubleshooting JSSE" section of the following internet hosted document:
|
||||
# https://docs.oracle.com/en/java/javase/17/security/java-secure-socket-extension-jsse-reference-guide.html
|
||||
#
|
||||
# NOTE: When this debug logging is enabled be sure to launch Ghidra with debugGhidra instead of
|
||||
|
||||
Reference in New Issue
Block a user