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.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,18 @@
1
+
# Ghidra 11.4.3 Change History (December 2025)
2
+
3
+
### Improvements
4
+
*_Analysis_. Added the ability to restrict function start pattern matches per named section and added a pattern for thunks in the `.plt` so that they are marked up very early. (GP-5526)
5
+
*_Analysis_. Added several known PE-related, non-returning, named functions. (GP-5985)
6
+
*_Decompiler_. Restored the Decompiler's middle-mouse highlight functionality for if/else keywords. (GP-5951, Issue #8419)
7
+
*_Multi-User_. Updated `ghidraSvr` script and `server.conf` with improvements to restrict service wrapper memory consumption. (GP-6067)
8
+
*_Processors_. Added support for x86 SSE4a instructions. (GP-5906, Issue #8335)
9
+
10
+
### Bugs
11
+
*_Exporter_. Fixed missing reference type in the ASCII and HTML exporters. (GP-5957, Issue #8468)
12
+
*_PDB_. Fixed a `NullPointerException` that occurred during PDB load/analysis that was caused by a function null container class. (GP-6100, Issue #8596)
13
+
*_ProgramDB_. Corrected dynamic label bug which produced a stack overflow exception when a pointer reference loop existed. (GP-5995, Issue #8510)
14
+
*_Scripting_. Fixed OSGi-related errors that occurred when script-related directories were not readable. (GP-5965, Issue #8466)
0 commit comments