Skip to content

Commit

Permalink
Update stable to Ghidra v10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ekilmer committed Oct 4, 2023
1 parent 10ad498 commit eadac54
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 @@ -22,7 +22,7 @@ set_property(CACHE sleigh_RELEASE_TYPE PROPERTY STRINGS "stable" "HEAD")
find_package(Git REQUIRED)

# Ghidra pinned stable version commit
set(ghidra_version "10.3.3")
set(ghidra_version "10.4")
set(ghidra_git_tag "Ghidra_${ghidra_version}_build")
set(ghidra_shallow TRUE)

Expand Down

0 comments on commit eadac54

Please sign in to comment.