You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Ghidra/Configurations/Public_Release/src/global/docs/WhatsNew.html
+11-16Lines changed: 11 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -49,30 +49,25 @@ <H1>What's New in Ghidra 11.0</H1>
49
49
50
50
<H2>The not-so-fine print: Please Read!</H2>
51
51
52
+
<P>This release includes new features, enhancements, performance improvements, quite a few bug fixes, and many pull-request
53
+
contributions. Thanks to all those who have contributed their time, thoughts, and code. The Ghidra user community thanks you too!</P>
54
+
52
55
<P>Ghidra 11.0 is fully backward compatible with project data from previous releases.
53
56
However, programs and data type archives which are created or modified in 11.0 will not be useable by an earlier Ghidra version. </P>
54
57
55
-
<P>This release includes new features, enhancements, performance improvements, quite a few bug fixes, and many pull-request
56
-
contributions. Thanks to all those who have contributed their time, thoughts, and code. The Ghidra user community thanks you too!</P>
57
-
58
-
<P>IMPORTANT: Ghidra requires Java 17 JDK to run. A newer version of Java may be acceptable but has not been fully tested. Please see the
58
+
<P>This distribution requires JDK 17 to run, and provides Linux x86-64, Windows x86-64, and macOS x86-64 native components.
59
+
If you have another platform or wish to use a newer JDK, please see the
59
60
<ahref="InstallationGuide.html">Ghidra Installation Guide</a> for additional information.</P>
60
-
61
-
<P>NOTE: Please note that any programs imported with a Ghidra beta version or code built directly from source code outside of a release tag may not be compatible,
62
-
and may have flaws that won't be corrected by using this new release. Any programs analyzed from a beta or other local master source build should be considered
63
-
experimental and re-imported and analyzed with a release version. Programs imported with previous release versions should upgrade correctly through various
64
-
automatic upgrade mechanisms. Any program you will continue to reverse engineer should be imported fresh with a release version or a build you trust with the
65
-
latest code fixes.</P>
66
61
67
62
<P>NOTE: Ghidra Server: The Ghidra 11.0 server is compatible with Ghidra 9.2 and later Ghidra clients. Ghidra 11.0
68
63
clients are compatible with all 10.x and 9.x servers. Although, due to potential Java version differences, it is recommended
69
64
that Ghidra Server installations older than 10.2 be upgraded. Those using 10.2 and newer should not need a server upgrade.</P>
70
65
71
-
<P>NOTE: Platform-specific native components can be built directly from a release distribution.
72
-
The distribution currently provides Linux x86-64, Windows x86-64, and macOS x86-64 native components. If you have another platform,
73
-
for example a macOS aarch64 based system or a Linux ARM variant, the <spanclass="gcode">support/buildNatives</span> script can build the decompiler,
74
-
demangler, and legacy PDB executables for your platform. Please see the "Building Ghidra Native Components" section in the
75
-
<ahref="InstallationGuide.html#Build">Ghidra Installation Guide</a> for additional information.</P>
66
+
<P>NOTE: Any programs imported with a Ghidra beta version or code built directly from source code outside of a release tag may not be compatible,
67
+
and may have flaws that won't be corrected by using this new release. Any programs analyzed from a beta or other local master source build should be considered
68
+
experimental and re-imported and analyzed with a release version. Programs imported with previous release versions should upgrade correctly through various
69
+
automatic upgrade mechanisms. Any program you will continue to reverse engineer should be imported fresh with a release version or a build you trust with the
70
+
latest code fixes.</P>
76
71
77
72
78
73
@@ -103,7 +98,7 @@ <H2>GhidraGo </H2>
103
98
to pre-ingested programs within a Ghidra multi-user repository. Clicking on the hyperlink causes Ghidra to display the previously ingested program.
104
99
No data other than the Ghidra URL is transferred to Ghidra, and no socket is open within Ghidra listening for commands. GhidraGo must be enabled by
105
100
installing a plugin in the Ghidra project manager, and must also be configured as a protocol handler in your web browser. GhidraGo is not setup or enabled by default.
106
-
Please see the included <spanclass="gtitle">GhidraGoREADME.html</span>, or search for GhidraGo within help.
101
+
For details on setting up GhidraGo, please see the included <spanclass="gtitle">GhidraGoREADME.html</span> or search for GhidraGo within help.
0 commit comments