Skip to content

Commit

Permalink
Update Ghidra HEAD to commit 33f90ba1c (#241)
Browse files Browse the repository at this point in the history
Bump Ghidra HEAD commit 33f90ba1c

Changed files:

```
M	Ghidra/Processors/Xtensa/src/main/java/ghidra/app/util/bin/format/elf/relocation/Xtensa_ElfRelocationHandler.java
```

Co-authored-by: pgoodman <43664+pgoodman@users.noreply.github.com>
  • Loading branch information
auto-updater[bot] and pgoodman authored Feb 5, 2024
1 parent 09ba810 commit 76e5cb4
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.1")
set(ghidra_version "${ghidra_head_version}")
set(ghidra_head_git_tag "e73d2088e4b154b27a063007b84527ae49ba7298")
set(ghidra_head_git_tag "33f90ba1c168cf4fa2b7631c7f0787d774c25c1d")
set(ghidra_git_tag "${ghidra_head_git_tag}")
set(ghidra_shallow FALSE)
set(ghidra_patches
Expand Down

0 comments on commit 76e5cb4

Please sign in to comment.