mirror of
https://github.com/lifting-bits/sleigh
synced 2026-06-21 13:56:12 +00:00
Update Ghidra HEAD to commit dc5836119 (#384)
Bump Ghidra HEAD commit dc5836119 Changed files: ``` M Ghidra/Features/Decompiler/src/decompile/cpp/coreaction.cc M Ghidra/Features/Decompiler/src/decompile/cpp/coreaction.hh M Ghidra/Features/Decompiler/src/decompile/cpp/expression.cc M Ghidra/Features/Decompiler/src/decompile/cpp/jumptable.cc M Ghidra/Features/Decompiler/src/decompile/cpp/jumptable.hh M Ghidra/Features/Decompiler/src/decompile/cpp/sleigh.cc M Ghidra/Features/Decompiler/src/decompile/cpp/slgh_compile.cc M Ghidra/Features/Decompiler/src/decompile/cpp/slgh_compile.hh M Ghidra/Features/Decompiler/src/decompile/cpp/type.cc ``` Commit details: ``` [Commit 1/4] Hash: 19836741896fd7664c9de9519a8841f9b593ae9f Date: 2025-12-17 19:52:07 +0000 Message: GP-6237 Move the unique crossbuild region to more significant bits Files changed: M Ghidra/Features/Decompiler/src/decompile/cpp/sleigh.cc M Ghidra/Features/Decompiler/src/decompile/cpp/slgh_compile.cc M Ghidra/Features/Decompiler/src/decompile/cpp/slgh_compile.hh [Commit 2/4] Hash: b8e698d97804de62a7dbf6664b0e3f264725c3d9 Date: 2025-09-12 20:10:43 +0000 Message: GP-3834 Allow 256 case switch, if a LOAD is present Files changed: M Ghidra/Features/Decompiler/src/decompile/cpp/jumptable.cc M Ghidra/Features/Decompiler/src/decompile/cpp/jumptable.hh M Ghidra/Features/Decompiler/src/decompile/cpp/type.cc [Commit 3/4] Hash: 6451d3d3135ba72a4c50f40667ad893b2c944de6 Date: 2025-12-12 00:17:12 +0000 Message: GP-6224 Don't resolve pointer if cast still required Files changed: M Ghidra/Features/Decompiler/src/decompile/cpp/coreaction.cc M Ghidra/Features/Decompiler/src/decompile/cpp/coreaction.hh [Commit 4/4] Hash: 9692dd064064ee712d8a724984f1b6b2bec4bc75 Date: 2025-12-10 19:26:03 +0000 Message: GP-6201 Check for free varnodes in functionalEqualityLevel0 Files changed: M Ghidra/Features/Decompiler/src/decompile/cpp/expression.cc ```
This commit is contained in:
committed by
GitHub
parent
e4b6ddb926
commit
ec98f45ecf
@@ -51,7 +51,7 @@ if("${sleigh_RELEASE_TYPE}" STREQUAL "HEAD")
|
||||
# TODO: CMake only likes numeric characters in the version string....
|
||||
set(ghidra_head_version "12.1")
|
||||
set(ghidra_version "${ghidra_head_version}")
|
||||
set(ghidra_head_git_tag "7bed72e3893174a62fc61e3afa612a27b382202c")
|
||||
set(ghidra_head_git_tag "dc5836119fb9864de2be156ce4af766614252ab9")
|
||||
set(ghidra_git_tag "${ghidra_head_git_tag}")
|
||||
set(ghidra_shallow FALSE)
|
||||
set(ghidra_patches
|
||||
|
||||
Reference in New Issue
Block a user