From 97c90dcecdb37fba7365599d12680c2dfa33c37c Mon Sep 17 00:00:00 2001 From: ghidra1 Date: Tue, 15 Nov 2022 13:39:00 -0500 Subject: [PATCH] GP-0 corrected ChangeHistory spelling error --- .../Public_Release/src/global/docs/ChangeHistory.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ghidra/Configurations/Public_Release/src/global/docs/ChangeHistory.html b/Ghidra/Configurations/Public_Release/src/global/docs/ChangeHistory.html index f4e6e54525..b57475b588 100644 --- a/Ghidra/Configurations/Public_Release/src/global/docs/ChangeHistory.html +++ b/Ghidra/Configurations/Public_Release/src/global/docs/ChangeHistory.html @@ -36,7 +36,7 @@
  • GUI. Fixed the Front End's running Tool Button tooltip text to include the tool's title. (GP-2810)
  • Importer:Mach-O. Fixed an issue that prevented some Mach-O binaries from being imported if there were unexpected issues while creating the Program Tree. (GP-2802, Issue #4724)
  • Importer:Mach-O. Fixed an issue that prevented some Mach-O binaries from being imported if they did not define a __LINKEDIT segment. (GP-2803)
  • -
  • Importer:PE. Fixed .Net/x86 disasembly protection code which prevents disassembly of CLI code in an x86 processor. (GP-2807)
  • +
  • Importer:PE. Fixed .Net/x86 disassembly protection code which prevents disassembly of CLI code in an x86 processor. (GP-2807)
  • Processors. Corrected ARMv5 disassembly regression errors (GP-2812, Issue #4717)