Skip to content

Commit

Permalink
Bump Ghidra HEAD commit cfffcf0c1
Browse files Browse the repository at this point in the history
Changed files:

```
M       Ghidra/Processors/Toy/data/languages/toy.sinc
M       Ghidra/Processors/Toy/data/languages/toyInstructions.sinc
```
  • Loading branch information
ekilmer committed Feb 9, 2025
1 parent 91ab01a commit 1108753
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 @@ -52,7 +52,7 @@ if("${sleigh_RELEASE_TYPE}" STREQUAL "HEAD")
# TODO: CMake only likes numeric characters in the version string....
set(ghidra_head_version "11.3")
set(ghidra_version "${ghidra_head_version}")
set(ghidra_head_git_tag "860c754484a7b162d8196f4c4ca02145384e31be")
set(ghidra_head_git_tag "cfffcf0c13f168a99a53a11a66f6304360e5cbee")
set(ghidra_git_tag "${ghidra_head_git_tag}")
set(ghidra_shallow FALSE)
set(ghidra_patches
Expand Down

0 comments on commit 1108753

Please sign in to comment.