From a7026ecb9b16cc032dc873f81747f16539fbfeb4 Mon Sep 17 00:00:00 2001
From: Ryan Kurtz
Date: Fri, 26 Apr 2019 09:47:30 -0400
Subject: [PATCH 1/3] GT-2362: Improving guidance on dealing with HiDPI
monitors in Linux (#1). Also no longer recommending official OpenJDK 11 since
it's not LTS. Recommending AdoptOpenJDK or Amazon Corretto.
---
.../Common/support/launch.properties | 3 +-
GhidraDocs/InstallationGuide.html | 32 +++++++++++--------
GhidraDocs/certification.manifest | 8 ++---
3 files changed, 25 insertions(+), 18 deletions(-)
diff --git a/Ghidra/RuntimeScripts/Common/support/launch.properties b/Ghidra/RuntimeScripts/Common/support/launch.properties
index eb7f7a0396..3050566149 100644
--- a/Ghidra/RuntimeScripts/Common/support/launch.properties
+++ b/Ghidra/RuntimeScripts/Common/support/launch.properties
@@ -21,7 +21,8 @@ VMARGS=-Duser.variant=
VMARGS=-Dsun.java2d.pmoffscreen=false
VMARGS=-Dsun.java2d.opengl=false
-# Resolves issue with Ubuntu when running within VM
+# Setting to false resolves issue with Ubuntu when running within VM.
+# Setting to true resolves display issues on HiDPI monitors in Linux.
VMARGS=-Dsun.java2d.xrender=false
# Set acceptable HTTPS protocols
diff --git a/GhidraDocs/InstallationGuide.html b/GhidraDocs/InstallationGuide.html
index 5a2e2fb9dc..244e550a08 100644
--- a/GhidraDocs/InstallationGuide.html
+++ b/GhidraDocs/InstallationGuide.html
@@ -18,7 +18,7 @@
Ghidra Installation Guide
-The installation information provided is effective as of Ghidra 9.0.1 and is subject to change with
+The installation information provided is effective as of Ghidra 9.0.3 and is subject to change with
future releases.
@@ -83,7 +83,17 @@ Ghidra team if you have a specific need.
- Java 11 Runtime and Development Kit (JDK) (see Java Notes)
- - OpenJDK distributed from jdk.java.net is suggested
+ - Free long term support (LTS) versions of JDK 11 are provided by:
+
(Back to Top)
@@ -128,14 +138,10 @@ destination using any unzip program (built-in OS utilities, 7-Zip, WinZip, WinRA
the parent directory of Java's bin directory). This minimizes the impact Ghidra has on
pre-existing configurations of Java that other software may rely on.
-
- Ghidra is developed and tested against OpenJDK distributed from jdk.java.net. Consider
- using this OpenJDK distribution for the most stable experience.
-
If Ghidra failed to run because no versions of Java were on the PATH, a
supported JDK should be manually installed and added to the
- PATH. The following steps outline how to add an OpenJDK distribution to the operating system's
+ PATH. The following steps outline how to add a JDK distribution to the operating system's
PATH.
-
@@ -545,13 +551,13 @@ be installed in a pre-existing Eclipse installation.
Linux
-
- Some users have reported Ghidra GUI rendering issues on 4k displays and multi-monitor thin
- client setups. These problems are attributed to reported bugs in Java. Upgrading to a newer
- version of Java may fix the issue.
-
+ Ghidra may not display correctly on Linux systems with HiDPI monitors. Setting
+ VMARGS=-Dsun.java2d.xrender=false to true in
+ <GhidraInstallDir>/support/launch.properties has been known to improve this issue.
-
- At the time of writing, installing the openjdk-11 package in Ubuntu 18.04 results in openjdk-10
- being installed which is incompatible with Ghidra.
+ Some users have reported Ghidra GUI rendering issues on multi-monitor thin client setups.
+ These problems are attributed to reported bugs in Java, which will hopefully be fixed in the
+ future. Disabling the 2nd or 3rd monitor may be necessary to work around the issue.
macOS (OS X)
diff --git a/GhidraDocs/certification.manifest b/GhidraDocs/certification.manifest
index dec57794e2..5520cbf186 100644
--- a/GhidraDocs/certification.manifest
+++ b/GhidraDocs/certification.manifest
@@ -1,11 +1,11 @@
##VERSION: 2.0
##MODULE IP: Creative Commons Attribution 2.5
-##MODULE IP: LGPL 2.1
-##MODULE IP: Nuvola Icons - LGPL 2.1
-##MODULE IP: Modified Nuvola Icons - LGPL 2.1
-##MODULE IP: Tango Icons - Public Domain
##MODULE IP: FAMFAMFAM Icons - CC 2.5
+##MODULE IP: LGPL 2.1
+##MODULE IP: Modified Nuvola Icons - LGPL 2.1
+##MODULE IP: Nuvola Icons - LGPL 2.1
##MODULE IP: Public Domain
+##MODULE IP: Tango Icons - Public Domain
.classpath||GHIDRA||||END|
.project||GHIDRA||||END|
CheatSheet.html||GHIDRA||||END|
From 657c9d1f63e9cdcbe472f090c327e2694f77fcf1 Mon Sep 17 00:00:00 2001
From: ghidra1
Date: Fri, 26 Apr 2019 18:01:29 -0400
Subject: [PATCH 2/3] Moved language docs to GhidraDocs project
---
GPL/nativeBuildProperties.gradle | 16 ++++++--------
.../Public_Release/certification.manifest | 20 ------------------
GhidraDocs/certification.manifest | 20 ++++++++++++++++++
.../languages/html/Diagram1.png | Bin
.../languages/html/Diagram2.png | Bin
.../languages/html/Diagram3.png | Bin
.../languages/html/Frontpage.css | 0
.../languages/html/additionalpcode.html | 0
.../languages/html/languages.css | 0
.../languages/html/pcodedescription.html | 0
.../languages/html/pcoderef.html | 0
.../languages/html/pseudo-ops.html | 0
.../languages/html/reference.html | 0
.../languages/html/sleigh.html | 0
.../languages/html/sleigh_constructors.html | 0
.../languages/html/sleigh_context.html | 0
.../languages/html/sleigh_definitions.html | 0
.../languages/html/sleigh_layout.html | 0
.../languages/html/sleigh_preprocessing.html | 0
.../languages/html/sleigh_ref.html | 0
.../languages/html/sleigh_symbols.html | 0
.../languages/html/sleigh_tokens.html | 0
.../docs => GhidraDocs}/languages/index.html | 0
.../languages/manual_index.txt | 0
.../languages/versioning.html | 0
25 files changed, 27 insertions(+), 29 deletions(-)
rename {Ghidra/Configurations/Public_Release/src/global/docs => GhidraDocs}/languages/html/Diagram1.png (100%)
rename {Ghidra/Configurations/Public_Release/src/global/docs => GhidraDocs}/languages/html/Diagram2.png (100%)
rename {Ghidra/Configurations/Public_Release/src/global/docs => GhidraDocs}/languages/html/Diagram3.png (100%)
rename {Ghidra/Configurations/Public_Release/src/global/docs => GhidraDocs}/languages/html/Frontpage.css (100%)
rename {Ghidra/Configurations/Public_Release/src/global/docs => GhidraDocs}/languages/html/additionalpcode.html (100%)
rename {Ghidra/Configurations/Public_Release/src/global/docs => GhidraDocs}/languages/html/languages.css (100%)
rename {Ghidra/Configurations/Public_Release/src/global/docs => GhidraDocs}/languages/html/pcodedescription.html (100%)
rename {Ghidra/Configurations/Public_Release/src/global/docs => GhidraDocs}/languages/html/pcoderef.html (100%)
rename {Ghidra/Configurations/Public_Release/src/global/docs => GhidraDocs}/languages/html/pseudo-ops.html (100%)
rename {Ghidra/Configurations/Public_Release/src/global/docs => GhidraDocs}/languages/html/reference.html (100%)
rename {Ghidra/Configurations/Public_Release/src/global/docs => GhidraDocs}/languages/html/sleigh.html (100%)
rename {Ghidra/Configurations/Public_Release/src/global/docs => GhidraDocs}/languages/html/sleigh_constructors.html (100%)
rename {Ghidra/Configurations/Public_Release/src/global/docs => GhidraDocs}/languages/html/sleigh_context.html (100%)
rename {Ghidra/Configurations/Public_Release/src/global/docs => GhidraDocs}/languages/html/sleigh_definitions.html (100%)
rename {Ghidra/Configurations/Public_Release/src/global/docs => GhidraDocs}/languages/html/sleigh_layout.html (100%)
rename {Ghidra/Configurations/Public_Release/src/global/docs => GhidraDocs}/languages/html/sleigh_preprocessing.html (100%)
rename {Ghidra/Configurations/Public_Release/src/global/docs => GhidraDocs}/languages/html/sleigh_ref.html (100%)
rename {Ghidra/Configurations/Public_Release/src/global/docs => GhidraDocs}/languages/html/sleigh_symbols.html (100%)
rename {Ghidra/Configurations/Public_Release/src/global/docs => GhidraDocs}/languages/html/sleigh_tokens.html (100%)
rename {Ghidra/Configurations/Public_Release/src/global/docs => GhidraDocs}/languages/index.html (100%)
rename {Ghidra/Configurations/Public_Release/src/global/docs => GhidraDocs}/languages/manual_index.txt (100%)
rename {Ghidra/Configurations/Public_Release/src/global/docs => GhidraDocs}/languages/versioning.html (100%)
diff --git a/GPL/nativeBuildProperties.gradle b/GPL/nativeBuildProperties.gradle
index 132c9e2f75..f00b28b2c4 100644
--- a/GPL/nativeBuildProperties.gradle
+++ b/GPL/nativeBuildProperties.gradle
@@ -18,7 +18,7 @@ apply plugin: 'c'
// Unclear if we can rely on the VisualCpp plugin to identify the correct Visual Studio paths
project.ext.VISUAL_STUDIO_BASE_DIR = "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017"
-project.ext.WINDOWS_KITS_DIR = "C:/Program Files (x86)/Windows Kits/10"
+project.ext.WINDOWS_KITS_DIR = "C:\\Program Files (x86)\\Windows Kits\\10"
/****************************************************************************
* Method for extracting value from = pairs
@@ -44,11 +44,6 @@ project.ext.VISUAL_STUDIO_VCVARS_CMD = "UNKNOWN"
project.ext.MSVC_SDK_VERSION = "UNKNOWN"
project.ext.MSVC_TOOLS_VERSION = "UNKNOWN"
-// Ok, this is stupid, but mac and linux can't handle files paths that start with c:
-// These paths are actually only used when running on windows, but the paths gets evaulated
-// as a file no matter what platform you run gradle on. So the best solution I can think of is as
-// follows.
-/*
if (org.gradle.internal.os.OperatingSystem.current().isWindows()) {
project.ext.VISUAL_STUDIO_INSTALL_DIR = project.ext.VISUAL_STUDIO_BASE_DIR + "\\Professional"
@@ -108,13 +103,16 @@ model {
* Task: verify presence of correct tool chain version for current platform
******************************************************************************************/
task CheckToolChain {
+ // Native C/Cpp plugins will trigger failure if no tool chain found
doFirst {
if (org.gradle.internal.os.OperatingSystem.current().isWindows()) {
// ensure that required MS Visual Studio is installed where expected
- String msg = "Microsoft Visual Studio install not found: ${project.ext.VISUAL_STUDIO_BASE_DIR}\n" +
+ String msg = "Microsoft Visual Studio install not found: ${VISUAL_STUDIO_BASE_DIR}\n" +
"Adjust path in Ghidra/GPL/nativeBuildProperties.gradle if needed."
- assert file(project.ext.VISUAL_STUDIO_BASE_DIR).exists() : msg
- assert file(project.ext.VISUAL_STUDIO_INSTALL_DIR).exists() : msg
+ if (!file(VISUAL_STUDIO_BASE_DIR).exists() ||
+ !file(VISUAL_STUDIO_INSTALL_DIR).exists()) {
+ throw new GradleException(msg);
+ }
}
}
}
diff --git a/Ghidra/Configurations/Public_Release/certification.manifest b/Ghidra/Configurations/Public_Release/certification.manifest
index 023e5cea71..95d597b555 100644
--- a/Ghidra/Configurations/Public_Release/certification.manifest
+++ b/Ghidra/Configurations/Public_Release/certification.manifest
@@ -7,26 +7,6 @@ data/PDB_SYMBOL_SERVER_URLS.pdburl||GHIDRA||||END|
src/global/docs/ChangeHistory.html||GHIDRA||||END|
src/global/docs/UserAgreement.html||GHIDRA||||END|
src/global/docs/WhatsNew.html||GHIDRA||||END|
-src/global/docs/languages/html/Diagram1.png||GHIDRA||||END|
-src/global/docs/languages/html/Diagram2.png||GHIDRA||||END|
-src/global/docs/languages/html/Diagram3.png||GHIDRA||||END|
-src/global/docs/languages/html/additionalpcode.html||GHIDRA||||END|
-src/global/docs/languages/html/pcodedescription.html||GHIDRA||||END|
-src/global/docs/languages/html/pcoderef.html||GHIDRA||||END|
-src/global/docs/languages/html/pseudo-ops.html||GHIDRA||||END|
-src/global/docs/languages/html/reference.html||GHIDRA||||END|
-src/global/docs/languages/html/sleigh.html||GHIDRA||||END|
-src/global/docs/languages/html/sleigh_constructors.html||GHIDRA||||END|
-src/global/docs/languages/html/sleigh_context.html||GHIDRA||||END|
-src/global/docs/languages/html/sleigh_definitions.html||GHIDRA||||END|
-src/global/docs/languages/html/sleigh_layout.html||GHIDRA||||END|
-src/global/docs/languages/html/sleigh_preprocessing.html||GHIDRA||||END|
-src/global/docs/languages/html/sleigh_ref.html||GHIDRA||||END|
-src/global/docs/languages/html/sleigh_symbols.html||GHIDRA||||END|
-src/global/docs/languages/html/sleigh_tokens.html||GHIDRA||||END|
-src/global/docs/languages/index.html||GHIDRA||||END|
-src/global/docs/languages/manual_index.txt||GHIDRA||||END|
-src/global/docs/languages/versioning.html||GHIDRA||||END|
src/main/resources/UserAgreement.html||GHIDRA||||END|
src/main/resources/defaultTools/CodeBrowser.tool||GHIDRA||||END|
src/main/resources/splash.txt||GHIDRA||||END|
diff --git a/GhidraDocs/certification.manifest b/GhidraDocs/certification.manifest
index dec57794e2..00156079d4 100644
--- a/GhidraDocs/certification.manifest
+++ b/GhidraDocs/certification.manifest
@@ -105,3 +105,23 @@ images/table_go.png||FAMFAMFAM Icons - CC 2.5||||END|
images/undo.png||GHIDRA||||END|
images/up.png||GHIDRA||||END|
images/viewmagfit.png||Nuvola Icons - LGPL 2.1||||END|
+languages/html/Diagram1.png||GHIDRA||||END|
+languages/html/Diagram2.png||GHIDRA||||END|
+languages/html/Diagram3.png||GHIDRA||||END|
+languages/html/additionalpcode.html||GHIDRA||||END|
+languages/html/pcodedescription.html||GHIDRA||||END|
+languages/html/pcoderef.html||GHIDRA||||END|
+languages/html/pseudo-ops.html||GHIDRA||||END|
+languages/html/reference.html||GHIDRA||||END|
+languages/html/sleigh.html||GHIDRA||||END|
+languages/html/sleigh_constructors.html||GHIDRA||||END|
+languages/html/sleigh_context.html||GHIDRA||||END|
+languages/html/sleigh_definitions.html||GHIDRA||||END|
+languages/html/sleigh_layout.html||GHIDRA||||END|
+languages/html/sleigh_preprocessing.html||GHIDRA||||END|
+languages/html/sleigh_ref.html||GHIDRA||||END|
+languages/html/sleigh_symbols.html||GHIDRA||||END|
+languages/html/sleigh_tokens.html||GHIDRA||||END|
+languages/index.html||GHIDRA||||END|
+languages/manual_index.txt||GHIDRA||||END|
+languages/versioning.html||GHIDRA||||END|
diff --git a/Ghidra/Configurations/Public_Release/src/global/docs/languages/html/Diagram1.png b/GhidraDocs/languages/html/Diagram1.png
similarity index 100%
rename from Ghidra/Configurations/Public_Release/src/global/docs/languages/html/Diagram1.png
rename to GhidraDocs/languages/html/Diagram1.png
diff --git a/Ghidra/Configurations/Public_Release/src/global/docs/languages/html/Diagram2.png b/GhidraDocs/languages/html/Diagram2.png
similarity index 100%
rename from Ghidra/Configurations/Public_Release/src/global/docs/languages/html/Diagram2.png
rename to GhidraDocs/languages/html/Diagram2.png
diff --git a/Ghidra/Configurations/Public_Release/src/global/docs/languages/html/Diagram3.png b/GhidraDocs/languages/html/Diagram3.png
similarity index 100%
rename from Ghidra/Configurations/Public_Release/src/global/docs/languages/html/Diagram3.png
rename to GhidraDocs/languages/html/Diagram3.png
diff --git a/Ghidra/Configurations/Public_Release/src/global/docs/languages/html/Frontpage.css b/GhidraDocs/languages/html/Frontpage.css
similarity index 100%
rename from Ghidra/Configurations/Public_Release/src/global/docs/languages/html/Frontpage.css
rename to GhidraDocs/languages/html/Frontpage.css
diff --git a/Ghidra/Configurations/Public_Release/src/global/docs/languages/html/additionalpcode.html b/GhidraDocs/languages/html/additionalpcode.html
similarity index 100%
rename from Ghidra/Configurations/Public_Release/src/global/docs/languages/html/additionalpcode.html
rename to GhidraDocs/languages/html/additionalpcode.html
diff --git a/Ghidra/Configurations/Public_Release/src/global/docs/languages/html/languages.css b/GhidraDocs/languages/html/languages.css
similarity index 100%
rename from Ghidra/Configurations/Public_Release/src/global/docs/languages/html/languages.css
rename to GhidraDocs/languages/html/languages.css
diff --git a/Ghidra/Configurations/Public_Release/src/global/docs/languages/html/pcodedescription.html b/GhidraDocs/languages/html/pcodedescription.html
similarity index 100%
rename from Ghidra/Configurations/Public_Release/src/global/docs/languages/html/pcodedescription.html
rename to GhidraDocs/languages/html/pcodedescription.html
diff --git a/Ghidra/Configurations/Public_Release/src/global/docs/languages/html/pcoderef.html b/GhidraDocs/languages/html/pcoderef.html
similarity index 100%
rename from Ghidra/Configurations/Public_Release/src/global/docs/languages/html/pcoderef.html
rename to GhidraDocs/languages/html/pcoderef.html
diff --git a/Ghidra/Configurations/Public_Release/src/global/docs/languages/html/pseudo-ops.html b/GhidraDocs/languages/html/pseudo-ops.html
similarity index 100%
rename from Ghidra/Configurations/Public_Release/src/global/docs/languages/html/pseudo-ops.html
rename to GhidraDocs/languages/html/pseudo-ops.html
diff --git a/Ghidra/Configurations/Public_Release/src/global/docs/languages/html/reference.html b/GhidraDocs/languages/html/reference.html
similarity index 100%
rename from Ghidra/Configurations/Public_Release/src/global/docs/languages/html/reference.html
rename to GhidraDocs/languages/html/reference.html
diff --git a/Ghidra/Configurations/Public_Release/src/global/docs/languages/html/sleigh.html b/GhidraDocs/languages/html/sleigh.html
similarity index 100%
rename from Ghidra/Configurations/Public_Release/src/global/docs/languages/html/sleigh.html
rename to GhidraDocs/languages/html/sleigh.html
diff --git a/Ghidra/Configurations/Public_Release/src/global/docs/languages/html/sleigh_constructors.html b/GhidraDocs/languages/html/sleigh_constructors.html
similarity index 100%
rename from Ghidra/Configurations/Public_Release/src/global/docs/languages/html/sleigh_constructors.html
rename to GhidraDocs/languages/html/sleigh_constructors.html
diff --git a/Ghidra/Configurations/Public_Release/src/global/docs/languages/html/sleigh_context.html b/GhidraDocs/languages/html/sleigh_context.html
similarity index 100%
rename from Ghidra/Configurations/Public_Release/src/global/docs/languages/html/sleigh_context.html
rename to GhidraDocs/languages/html/sleigh_context.html
diff --git a/Ghidra/Configurations/Public_Release/src/global/docs/languages/html/sleigh_definitions.html b/GhidraDocs/languages/html/sleigh_definitions.html
similarity index 100%
rename from Ghidra/Configurations/Public_Release/src/global/docs/languages/html/sleigh_definitions.html
rename to GhidraDocs/languages/html/sleigh_definitions.html
diff --git a/Ghidra/Configurations/Public_Release/src/global/docs/languages/html/sleigh_layout.html b/GhidraDocs/languages/html/sleigh_layout.html
similarity index 100%
rename from Ghidra/Configurations/Public_Release/src/global/docs/languages/html/sleigh_layout.html
rename to GhidraDocs/languages/html/sleigh_layout.html
diff --git a/Ghidra/Configurations/Public_Release/src/global/docs/languages/html/sleigh_preprocessing.html b/GhidraDocs/languages/html/sleigh_preprocessing.html
similarity index 100%
rename from Ghidra/Configurations/Public_Release/src/global/docs/languages/html/sleigh_preprocessing.html
rename to GhidraDocs/languages/html/sleigh_preprocessing.html
diff --git a/Ghidra/Configurations/Public_Release/src/global/docs/languages/html/sleigh_ref.html b/GhidraDocs/languages/html/sleigh_ref.html
similarity index 100%
rename from Ghidra/Configurations/Public_Release/src/global/docs/languages/html/sleigh_ref.html
rename to GhidraDocs/languages/html/sleigh_ref.html
diff --git a/Ghidra/Configurations/Public_Release/src/global/docs/languages/html/sleigh_symbols.html b/GhidraDocs/languages/html/sleigh_symbols.html
similarity index 100%
rename from Ghidra/Configurations/Public_Release/src/global/docs/languages/html/sleigh_symbols.html
rename to GhidraDocs/languages/html/sleigh_symbols.html
diff --git a/Ghidra/Configurations/Public_Release/src/global/docs/languages/html/sleigh_tokens.html b/GhidraDocs/languages/html/sleigh_tokens.html
similarity index 100%
rename from Ghidra/Configurations/Public_Release/src/global/docs/languages/html/sleigh_tokens.html
rename to GhidraDocs/languages/html/sleigh_tokens.html
diff --git a/Ghidra/Configurations/Public_Release/src/global/docs/languages/index.html b/GhidraDocs/languages/index.html
similarity index 100%
rename from Ghidra/Configurations/Public_Release/src/global/docs/languages/index.html
rename to GhidraDocs/languages/index.html
diff --git a/Ghidra/Configurations/Public_Release/src/global/docs/languages/manual_index.txt b/GhidraDocs/languages/manual_index.txt
similarity index 100%
rename from Ghidra/Configurations/Public_Release/src/global/docs/languages/manual_index.txt
rename to GhidraDocs/languages/manual_index.txt
diff --git a/Ghidra/Configurations/Public_Release/src/global/docs/languages/versioning.html b/GhidraDocs/languages/versioning.html
similarity index 100%
rename from Ghidra/Configurations/Public_Release/src/global/docs/languages/versioning.html
rename to GhidraDocs/languages/versioning.html
From a1ed700219ae0c1d56c8e303ce9cd60854ceafe6 Mon Sep 17 00:00:00 2001
From: ghidra1
Date: Fri, 26 Apr 2019 18:22:10 -0400
Subject: [PATCH 3/3] Updated 9.0.3 change history
---
.../Public_Release/src/global/docs/ChangeHistory.html | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/Ghidra/Configurations/Public_Release/src/global/docs/ChangeHistory.html b/Ghidra/Configurations/Public_Release/src/global/docs/ChangeHistory.html
index ecf6828498..74247d281c 100644
--- a/Ghidra/Configurations/Public_Release/src/global/docs/ChangeHistory.html
+++ b/Ghidra/Configurations/Public_Release/src/global/docs/ChangeHistory.html
@@ -22,10 +22,11 @@
-- Decompiler. Improved modeling of CFG on Windows 10 (Thanks, Markus Pieton). (Issue #340)
+- Decompiler. Improved modeling of CFG on Windows 10. (Issue #340)
- Patcher. Renamed patch directory to /Ghidra/patch and added README.txt that explains how the patch directory is used.
- Search. Fixed NullPointerException in Decompiler Data Type Reference Finder. (Issue #407)
- Search. Updated the Decompiler Data Type Finder to find references to inside of nested array access in a line of Decompiler C output. (Issue #416)
+- Sleigh. Improved error reporting for SLEIGH compiler. (Issue #364)
@@ -47,8 +48,6 @@
-`
-
Ghidra 9.0.2 Change History (April 2019)