Skip to content

Commit 24b3b75

Browse files
Ghidra 12.0 support (#102)
Co-authored-by: Edward J. Schwartz <edmcman@cmu.edu>
1 parent b51278d commit 24b3b75

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
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", "11.1.1", "11.1.2", "11.2", "11.2.1", "11.3", "11.3.1", "11.3.2", "11.4", "11.4.1", "11.4.2"]
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", "11.2", "11.2.1", "11.3", "11.3.1", "11.3.2", "11.4", "11.4.1", "11.4.2", "12.0"]
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", "11.1.1", "11.1.2", "11.2", "11.2.1", "11.3", "11.3.1", "11.3.2", "11.4", "11.4.1", "11.4.2"]
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", "11.2", "11.2.1", "11.3", "11.3.1", "11.3.2", "11.4", "11.4.1", "11.4.2", "12.0"]
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+
## 251218
4+
- Improvements:
5+
* Support for Ghidra 12.0
6+
37
## 250828
48
- Improvements:
59
* Support for Ghidra 11.4.1 and 11.4.2

0 commit comments

Comments
 (0)