Skip to content

Commit 5fa7adb

Browse files
Update Ghidra HEAD to commit 134f5394f (#423)
Bump Ghidra HEAD commit 134f5394f Changed files: ``` M Ghidra/Features/Decompiler/src/decompile/cpp/bitfield.cc M Ghidra/Features/Decompiler/src/decompile/cpp/bitfield.hh M Ghidra/Features/Decompiler/src/decompile/cpp/ruleaction.cc ``` Commit details: ``` [Commit 1/2] Hash: e1a1dc14e98dc8db0f30b0602fd4ce1301361f2e Date: 2026-05-27 22:20:55 +0000 Message: GP-6882 Check for free varnode in RuleDoubleSub Files changed: M Ghidra/Features/Decompiler/src/decompile/cpp/ruleaction.cc [Commit 2/2] Hash: 6e88715d8be92ebea52f297cf839127037d7f626 Date: 2026-05-19 22:17:50 +0000 Message: GP-6850 adjust handling of INDIRECT in BitFieldInsertTransform Files changed: M Ghidra/Features/Decompiler/src/decompile/cpp/bitfield.cc M Ghidra/Features/Decompiler/src/decompile/cpp/bitfield.hh ``` Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent bfd38a9 commit 5fa7adb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/setup-ghidra-source.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ if("${sleigh_RELEASE_TYPE}" STREQUAL "HEAD")
5555
# TODO: CMake only likes numeric characters in the version string....
5656
set(ghidra_head_version "12.2")
5757
set(ghidra_version "${ghidra_head_version}")
58-
set(ghidra_head_git_tag "6e8d599d520e5bf42d556d8d2a4871744063a641")
58+
set(ghidra_head_git_tag "134f5394fc3ef46a15a4a7b102bef28f96e2d491")
5959
set(ghidra_git_tag "${ghidra_head_git_tag}")
6060
set(ghidra_shallow FALSE)
6161
set(ghidra_patches

0 commit comments

Comments
 (0)