Skip to content

Commit

Permalink
Update Ghidra HEAD to commit fae64a82c (#213)
Browse files Browse the repository at this point in the history
Bump Ghidra HEAD commit fae64a82c

Changed files:

```
M	Ghidra/Features/Decompiler/src/decompile/cpp/blockaction.cc
M	Ghidra/Processors/x86/data/languages/x86-64-win.cspec
```

Co-authored-by: pgoodman <[email protected]>
  • Loading branch information
auto-updater[bot] and pgoodman authored Oct 16, 2023
1 parent 0ea1abe commit 064320f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup-ghidra-source.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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 "c24d25f3abc766f48f3f837e4fd1f942c7650071")
set(ghidra_head_git_tag "fae64a82c0142b0cf29e1b59dd775fa516bb1044")
set(ghidra_git_tag "${ghidra_head_git_tag}")
set(ghidra_shallow FALSE)
set(ghidra_patches
Expand Down

0 comments on commit 064320f

Please sign in to comment.