Skip to content

Commit

Permalink
Add support for Ghidra 11.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Gekkio committed Jul 11, 2024
1 parent eeae855 commit 2cae730
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
- ghidra_version: "11.1.1"
ghidra_build_date: "20240614"
ghidra_sha256: "7fe8d9a6e7e5267f3cf487a0c046b21fb08d7a602facaa2e81ac2f09b5df2866"
- ghidra_version: "11.1.2"
ghidra_build_date: "20240709"
ghidra_sha256: "219ec130b901645779948feeb7cc86f131dd2da6c36284cf538c3a7f3d44b588"
env:
GHIDRA_VERSION: ${{ matrix.ghidra_version }}
GHIDRA_BUILD_DATE: ${{ matrix.ghidra_build_date }}
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

### Changed

- Add support for Ghidra 11.1.2

## 20240709 - 2024-07-09

### Changed
Expand Down

0 comments on commit 2cae730

Please sign in to comment.