Skip to content

Commit

Permalink
Merge pull request #70 from sei-eschwartz/main
Browse files Browse the repository at this point in the history
Add support for Ghidra 11.0.1
  • Loading branch information
sei-eschwartz committed Feb 20, 2024
2 parents c9b41a6 + 3ff1f46 commit 274c2bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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", "11.0"]
ghidra_version: ["10.3", "10.3.1", "10.3.2", "10.3.3", "10.4", "11.0", "11.0.1"]
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", "11.0"]
ghidra_version: ["10.3", "10.3.1", "10.3.2", "10.3.3", "10.4", "11.0", "11.0.1"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
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, 10.4.x, or 11.0
- [Ghidra](https://ghidra-sre.org) 10.3.x, 10.4.x, or 11.0.x
- 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 274c2bb

Please sign in to comment.