mirror of
https://github.com/lifting-bits/sleigh
synced 2026-06-21 13:56:12 +00:00
Update Ghidra HEAD to commit 8e0fc9bc6 (#404)
Bump Ghidra HEAD commit 8e0fc9bc6 Changed files: ``` M Ghidra/Features/Decompiler/src/decompile/cpp/ruleaction.cc M Ghidra/Features/Decompiler/src/decompile/cpp/type.cc M Ghidra/Features/Decompiler/src/decompile/cpp/type.hh M Ghidra/Processors/AARCH64/certification.manifest M Ghidra/Processors/MIPS/data/languages/mips.sinc M Ghidra/Processors/MIPS/data/languages/mips16.sinc M Ghidra/Processors/MIPS/data/languages/mips32Instructions.sinc M Ghidra/Processors/MIPS/data/languages/mipsmicro.sinc M Ghidra/Processors/Xtensa/data/languages/flix.sinc M Ghidra/Processors/Xtensa/data/languages/xtensaArch.sinc M Ghidra/Processors/Xtensa/data/languages/xtensaInstructions.sinc M Ghidra/Processors/Xtensa/data/languages/xtensaMain.sinc M Ghidra/Processors/Xtensa/data/languages/xtensa_depbits.sinc ``` Commit details: ``` [Commit 1/6] Hash: b90adfdfdd9893802408b943b4266e4990cd63e3 Date: 2026-03-06 04:53:12 -0500 Message: GP-6327: Improving Objective-C msgSend() support Files changed: M Ghidra/Processors/AARCH64/certification.manifest [Commit 2/6] Hash: cbc000b2a017f1f5cf96cf095f9cf0c026082b4c Date: 2026-02-27 23:01:19 +0000 Message: GP-6501: Fixed up mfc0/mtc0 semantics. Added MIPS32 save/restore instructions Files changed: M Ghidra/Processors/MIPS/data/languages/mips.sinc M Ghidra/Processors/MIPS/data/languages/mips16.sinc M Ghidra/Processors/MIPS/data/languages/mips32Instructions.sinc M Ghidra/Processors/MIPS/data/languages/mipsmicro.sinc [Commit 3/6] Hash: 5f35986024907e891c5e86f566506c81964a1b92 Date: 2026-02-25 19:25:16 +0000 Message: GP-6495 Assign pointer submeta based on needsResolution Files changed: M Ghidra/Features/Decompiler/src/decompile/cpp/type.cc [Commit 4/6] Hash: 2ad8259a29884ded954f23a1a4d92c8124dd1654 Date: 2026-02-25 13:24:42 +0000 Message: GP-6489: Fixed opcode for MIPS sdbbp16 instruction Files changed: M Ghidra/Processors/MIPS/data/languages/mipsmicro.sinc [Commit 5/6] Hash: c81657d2ae45c8c4978114f3d2e6bcd361ce54ef Date: 2026-02-20 22:55:14 +0000 Message: GP-6486 Correct distance calculation in nearestArrayedComponent methods Files changed: M Ghidra/Features/Decompiler/src/decompile/cpp/ruleaction.cc M Ghidra/Features/Decompiler/src/decompile/cpp/type.cc M Ghidra/Features/Decompiler/src/decompile/cpp/type.hh [Commit 6/6] Hash: 10f2cd12db3f857280e3b01e4a5c65ace3a4d6a0 Date: 2025-10-24 19:58:31 +0000 Message: GP-6050: Renamed most Xtensa token fields to satisfy BE numbering Files changed: M Ghidra/Processors/Xtensa/data/languages/flix.sinc M Ghidra/Processors/Xtensa/data/languages/xtensaArch.sinc M Ghidra/Processors/Xtensa/data/languages/xtensaInstructions.sinc M Ghidra/Processors/Xtensa/data/languages/xtensaMain.sinc M Ghidra/Processors/Xtensa/data/languages/xtensa_depbits.sinc ``` Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
4db93c4191
commit
1360014bf3
@@ -51,9 +51,9 @@ set(ghidra_patches
|
||||
if("${sleigh_RELEASE_TYPE}" STREQUAL "HEAD")
|
||||
# TODO: Try to remember to look at Ghidra/application.properties
|
||||
# TODO: CMake only likes numeric characters in the version string....
|
||||
set(ghidra_head_version "12.1")
|
||||
set(ghidra_head_version "12.2")
|
||||
set(ghidra_version "${ghidra_head_version}")
|
||||
set(ghidra_head_git_tag "fc73f70b9cb4523329b1629b2753f87ae734521d")
|
||||
set(ghidra_head_git_tag "8e0fc9bc643a924f90b1e5597f3315bf833f7777")
|
||||
set(ghidra_git_tag "${ghidra_head_git_tag}")
|
||||
set(ghidra_shallow FALSE)
|
||||
set(ghidra_patches
|
||||
|
||||
Reference in New Issue
Block a user