Skip to content

Commit

Permalink
Update Ghidra HEAD to commit 22b1b485b (#266)
Browse files Browse the repository at this point in the history
Bump Ghidra HEAD commit 22b1b485b

Changed files:

```
M	Ghidra/Processors/AARCH64/data/languages/AARCH64.ldefs
M	Ghidra/Processors/AARCH64/data/languages/AARCH64_golang.cspec
M	Ghidra/Processors/AARCH64/data/languages/AARCH64_golang.register.info
M	Ghidra/Processors/SuperH/data/languages/superh.sinc
M	Ghidra/Processors/x86/data/languages/x86-32-golang.register.info
M	Ghidra/Processors/x86/data/languages/x86-64-golang.cspec
M	Ghidra/Processors/x86/data/languages/x86-64-golang.register.info
```

Co-authored-by: pgoodman <[email protected]>
  • Loading branch information
auto-updater[bot] and pgoodman authored Jun 3, 2024
1 parent bddd3b2 commit 1464c57
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 "11.2")
set(ghidra_version "${ghidra_head_version}")
set(ghidra_head_git_tag "fb844be1f61d71063b1e392f319d352cdd19b962")
set(ghidra_head_git_tag "22b1b485bef6b027366d2b3e8598744ec95acc91")
set(ghidra_git_tag "${ghidra_head_git_tag}")
set(ghidra_shallow FALSE)
set(ghidra_patches
Expand Down

0 comments on commit 1464c57

Please sign in to comment.