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/ChangeHistory.html
+24
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,30 @@
7
7
8
8
<BODY>
9
9
10
+
<H1align="center">Ghidra 10.1.1 Change History (December 2021)</H1>
11
+
<blockquote><p><u>Improvements</u></p>
12
+
<ul>
13
+
<li><I>Analysis</I>. Fixed headless analysis exception related to running UI code from the GNU Demangler analyzer. (GP-1613, Issue #3765)</li>
14
+
<li><I>Basic Infrastructure</I>. Upgrade logging dependency to use <i>log4j</i> 2.17.0 (GP-1621)</li>
15
+
<li><I>Debugger:Memory</I>. Added <B>New Memory Bytes View</B> to Window->Debugger menu. (GP-1465)</li>
16
+
<li><I>Debugger:Memory</I>. Fixed issue with Debugger Memory view scrolling. (GP-1591)</li>
17
+
<li><I>GUI</I>. Removed restriction that prevented renaming tree nodes while the tree is filtered. (GP-1507)</li>
18
+
<li><I>GUI</I>. Fixed issue where renaming a symbol in the symbol tree could result in the symbol appearing more than once (under different organizational nodes) (GP-1587)</li>
19
+
<li><I>Help</I>. Fixed NullPointerException when using the help system with animation disasbled. (GP-1612, Issue #3767)</li>
20
+
</ul>
21
+
</blockquote>
22
+
<blockquote><p><u>Bugs</u></p>
23
+
<ul>
24
+
<li><I>Basic Infrastructure</I>. Fixed the <I>"ERROR StatusLogger Reconfiguration failed"</I> message that appeared in the log when Ghidra was launched with <I>support/ghidraDebug</I> script. (GP-1607)</li>
25
+
<li><I>Debugger</I>. Fixed null pointer exception in Debugger when opening a program from a shared project. (GP-1490)</li>
26
+
<li><I>Debugger</I>. Fixed issue with context menus on the trace selector tabs in Debugger Threads window. (GP-1494)</li>
27
+
<li><I>Debugger</I>. Fix for font resizing (GP-1597, Issue #3752)</li>
28
+
<li><I>Debugger</I>. Fixes null-pointer exceptions in lldb (GP-1600, Issue #3645)</li>
29
+
<li><I>Debugger:Listing</I>. Fixed default configuration problem when cloning the Debugger Listing window. (GP-1479)</li>
30
+
<li><I>Importer</I>. Fix issue importing NE binaries that have a segment number greater than 127. (GP-1576, Issue #3715)</li>
31
+
</ul>
32
+
</blockquote>
33
+
10
34
<H1align="center">Ghidra 10.1 Change History (December 2021)</H1>
code and generating deep insights for NSA analysts who seek a better understanding of potential
42
42
vulnerabilities in networks and systems.
43
43
</P>
44
+
<hr>
44
45
45
-
<H1>What's new in Ghidra 10.1</H1>
46
-
47
-
<H2>The not-so-fine print: Please Read!</H2>
48
-
49
-
<P><spanstyle="color:#FF0000">WARNING:</span> There has been a published CVE security vulnerability noted in Ghidra dependencies within two log4j jar files.
50
-
We strongly encourage anyone using previous versions of Ghidra or a build from source, to remediate this issue by either upgrading
51
-
to the latest Ghidra 10.1 version, or patching your current version.</P>
0 commit comments