Skip to content

Commit

Permalink
Merge pull request #64 from sei-eschwartz/ghidra11
Browse files Browse the repository at this point in the history
Ghidra 11
  • Loading branch information
sei-eschwartz authored Dec 27, 2023
2 parents 6a989ea + 932295c commit 93b52e3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_on_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
ghidra_version: [10.3, 10.3.1, 10.3.2, 10.3.3, 10.4]
ghidra_version: ["10.3", "10.3.1", "10.3.2", "10.3.3", "10.4", "11.0"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_tests_on_push_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
ghidra_version: [10.3, 10.3.1, 10.3.2, 10.3.3, 10.4]
ghidra_version: ["10.3", "10.3.1", "10.3.2", "10.3.3", "10.4", "11.0"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Current Release

## 231227
- Improvements:
* Support for Ghidra 11.0

## 231204:
- Bugfixes:
* Fix OptionsService for older versions of Ghidra (#58)
Expand Down
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ Kaiju yourself.

## Build Dependencies

This release of CERT Kaiju supports Ghidra 10.3,
This release of CERT Kaiju supports Ghidra 10.3, 10.4, and 11,
and the following dependencies:

- [Ghidra](https://ghidra-sre.org) 10.3.x
- [Ghidra](https://ghidra-sre.org) 10.3.x, 10.4.x, 11.0
- [gradle](https://gradle.org/install/) 7.6+
- [GSON](https://github.com/google/gson) 2.8.6 (handled automatically by gradle)
- [JOpt Simple](https://github.com/jopt-simple/jopt-simple) 5.0.4 (handled automatically by gradle)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Ghidra's graphical interface, but it is also possible to manually
unzip into the appropriate directory to install.

CERT Kaiju requires the following runtime dependencies:
- [Ghidra](https://ghidra-sre.org) 10.3.x or 10.4.x
- [Ghidra](https://ghidra-sre.org) 10.3.x, 10.4.x, or 11.0
- Java 17+ (we recommend [OpenJDK 17](https://openjdk.java.net/install/))
- [Z3](https://github.com/Z3Prover/z3) including Z3 Java bindings .jar

Expand Down

0 comments on commit 93b52e3

Please sign in to comment.