From 40d91fd61be4728d3af4aa9e2197b49ed8227082 Mon Sep 17 00:00:00 2001 From: "auto-updater[bot]" <95504767+auto-updater[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 12:49:48 +1100 Subject: [PATCH] Update Ghidra HEAD to commit 6242fda15 (#225) Bump Ghidra HEAD commit 6242fda15 Changed files: ``` M Ghidra/Features/Decompiler/src/decompile/cpp/coreaction.cc M Ghidra/Features/Decompiler/src/decompile/cpp/double.cc M Ghidra/Features/Decompiler/src/decompile/cpp/double.hh M Ghidra/Features/Decompiler/src/decompile/cpp/heritage.cc M Ghidra/Features/Decompiler/src/decompile/cpp/marshal.cc M Ghidra/Features/Decompiler/src/decompile/cpp/modelrules.cc M Ghidra/Features/Decompiler/src/decompile/cpp/modelrules.hh M Ghidra/Features/Decompiler/src/decompile/cpp/options.cc M Ghidra/Features/Decompiler/src/decompile/cpp/options.hh M Ghidra/Features/Decompiler/src/decompile/cpp/prettyprint.cc M Ghidra/Features/Decompiler/src/decompile/cpp/prettyprint.hh M Ghidra/Features/Decompiler/src/decompile/cpp/printc.cc M Ghidra/Features/Decompiler/src/decompile/cpp/printc.hh M Ghidra/Features/Decompiler/src/decompile/cpp/type.cc M Ghidra/Features/Decompiler/src/decompile/cpp/type.hh M Ghidra/Processors/68000/data/languages/68000.sinc M Ghidra/Processors/JVM/src/main/java/ghidra/javaclass/format/ClassFileAnalysisState.java M Ghidra/Processors/MIPS/data/languages/mips.ldefs M Ghidra/Processors/MIPS/data/languages/mips32Instructions.sinc M Ghidra/Processors/RISCV/data/languages/riscv.custom.sinc M Ghidra/Processors/SuperH/data/languages/superh.sinc M Ghidra/Processors/x86/certification.manifest A Ghidra/Processors/x86/data/extensions/rust/unix/cc.xml A Ghidra/Processors/x86/data/extensions/rust/unix/probe_fixup.xml A Ghidra/Processors/x86/data/extensions/rust/unix/try_fixup.xml A Ghidra/Processors/x86/data/extensions/rust/windows/probe_fixup.xml A Ghidra/Processors/x86/data/extensions/rust/windows/try_fixup.xml M Ghidra/Processors/x86/data/languages/ia.sinc M Ghidra/Processors/x86/data/languages/x86-64-gcc.cspec M Ghidra/Processors/x86/data/languages/x86-64-win.cspec M Ghidra/Processors/x86/data/languages/x86.opinion M Ghidra/Processors/x86/data/languages/x86gcc.cspec M Ghidra/Processors/x86/data/languages/x86win.cspec ``` Co-authored-by: pgoodman --- src/setup-ghidra-source.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup-ghidra-source.cmake b/src/setup-ghidra-source.cmake index f5dff3bae..e2a77df8b 100644 --- a/src/setup-ghidra-source.cmake +++ b/src/setup-ghidra-source.cmake @@ -48,7 +48,7 @@ if("${sleigh_RELEASE_TYPE}" STREQUAL "HEAD") # TODO: CMake only likes numeric characters in the version string.... set(ghidra_head_version "10.5") set(ghidra_version "${ghidra_head_version}") - set(ghidra_head_git_tag "5fd01c739da5d7941a5c8a4606493f7e6a955ca0") + set(ghidra_head_git_tag "6242fda158fed6c7dbbd6928a4a74371a212c373") set(ghidra_git_tag "${ghidra_head_git_tag}") set(ghidra_shallow FALSE) set(ghidra_patches