Skip to content

Commit

Permalink
Update Ghidra HEAD to commit 4c8c6aedb (#214)
Browse files Browse the repository at this point in the history
Bump Ghidra HEAD commit 4c8c6aedb

Changed files:

```
M	Ghidra/Features/Decompiler/src/decompile/cpp/varmap.cc
```

Co-authored-by: pgoodman <[email protected]>
  • Loading branch information
auto-updater[bot] and pgoodman authored Oct 23, 2023
1 parent 064320f commit 8ab1982
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 "fae64a82c0142b0cf29e1b59dd775fa516bb1044")
set(ghidra_head_git_tag "4c8c6aedbd27bdd1ba9d3efbdd33e9bf22886cef")
set(ghidra_git_tag "${ghidra_head_git_tag}")
set(ghidra_shallow FALSE)
set(ghidra_patches
Expand Down

0 comments on commit 8ab1982

Please sign in to comment.