Skip to content

Commit 7330482

Browse files
Ghidra 11.1.2 (#76)
Support for Ghidra 11.1.2
1 parent f2debe5 commit 7330482

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

.github/workflows/release_on_tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
os: [ubuntu-latest]
21-
ghidra_version: ["10.3", "10.3.1", "10.3.2", "10.3.3", "10.4", "11.0", "11.0.1", "11.0.2", "11.0.3", "11.1"]
21+
ghidra_version: ["10.3", "10.3.1", "10.3.2", "10.3.3", "10.4", "11.0", "11.0.1", "11.0.2", "11.0.3", "11.1", "11.1.1", "11.1.2"]
2222
runs-on: ${{ matrix.os }}
2323
steps:
2424
- uses: actions/checkout@v3

.github/workflows/run_tests_on_push_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
os: [ubuntu-latest]
21-
ghidra_version: ["10.3", "10.3.1", "10.3.2", "10.3.3", "10.4", "11.0", "11.0.1", "11.0.2", "11.0.3", "11.1"]
21+
ghidra_version: ["10.3", "10.3.1", "10.3.2", "10.3.3", "10.4", "11.0", "11.0.1", "11.0.2", "11.0.3", "11.1", "11.1.1", "11.1.2"]
2222
runs-on: ${{ matrix.os }}
2323
steps:
2424
- uses: actions/checkout@v3

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Current Release
22

3+
## 240711
4+
- Improvements:
5+
* Support for Ghidra 11.1.1 and 11.1.2
6+
37
## 240610
48
- Improvements:
59
* Support for Ghidra 11.1

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Kaiju yourself.
1111
This release of CERT Kaiju supports Ghidra 10.3, 10.4, and 11,
1212
and the following dependencies:
1313

14-
- [Ghidra](https://ghidra-sre.org) 10.3.x, 10.4.x, 11.0.x
14+
- [Ghidra](https://ghidra-sre.org) 10.3.x, 10.4.x, 11.0.x, 11.1.x
1515
- [gradle](https://gradle.org/install/) 7.6+
1616
- [GSON](https://github.com/google/gson) 2.8.6 (handled automatically by gradle)
1717
- [JOpt Simple](https://github.com/jopt-simple/jopt-simple) 5.0.4 (handled automatically by gradle)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Ghidra's graphical interface, but it is also possible to manually
4444
unzip into the appropriate directory to install.
4545

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

0 commit comments

Comments
 (0)