Skip to content

Commit

Permalink
Add support for Ghidra 11.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gekkio committed Jul 9, 2024
1 parent 84a982f commit 4e712b8
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 @@ -14,6 +14,9 @@ jobs:
- ghidra_version: "11.1"
ghidra_build_date: "20240607"
ghidra_sha256: "293f60e04fa480315d2c467f4b2b4b10b3b6b5c8a8416bf7167fe082406e3be8"
- ghidra_version: "11.1.1"
ghidra_build_date: "20240614"
ghidra_sha256: "7fe8d9a6e7e5267f3cf487a0c046b21fb08d7a602facaa2e81ac2f09b5df2866"
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.1

## 20240609 - 2024-06-09

### Changed
Expand Down

0 comments on commit 4e712b8

Please sign in to comment.