From 37e4058aaa203885bc57af4170ef21fbd9930fee Mon Sep 17 00:00:00 2001 From: chaoticgd <43898262+chaoticgd@users.noreply.github.com> Date: Sat, 9 Nov 2024 20:23:24 +0000 Subject: [PATCH] Add support for Ghidra 11.2.1 --- .github/workflows/publish.yml | 2 +- .github/workflows/test.yml | 2 +- .github/workflows/unstable.yml | 2 +- CHANGELOG.md | 4 ++++ README.md | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a1ae133..3d8eee5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ghidra: ["11.2", "11.1.2"] + ghidra: ["11.2.1", "11.2", "11.1.2"] steps: - name: Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9ba0342..9834bec 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ghidra: ["11.2", "11.1.2"] + ghidra: ["11.2.1", "11.2", "11.1.2"] steps: - name: Checkout uses: actions/checkout@v1 diff --git a/.github/workflows/unstable.yml b/.github/workflows/unstable.yml index 668fc32..7dc4b03 100644 --- a/.github/workflows/unstable.yml +++ b/.github/workflows/unstable.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ghidra: ["11.2", "11.1.2"] + ghidra: ["11.2.1", "11.2", "11.1.2"] steps: - name: Checkout uses: actions/checkout@v1 diff --git a/CHANGELOG.md b/CHANGELOG.md index a7b511d..778bb61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v2.1.21 + +- Added support for Ghidra 11.2.1. + ## v2.1.20 - Added support for Ghidra 11.2. diff --git a/README.md b/README.md index c9ef863..cb46857 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This extension is based on the original [ghidra-emotionengine](https://github.co - Recover data types, functions and global variables from ELF files with `.mdebug` sections with the included STABS Analyzer. - Import PCSX2 save states. - Fix references to global variables with the MIPS-R5900 Constant Reference Analyzer. -- Support for Ghidra 11.2. +- Support for Ghidra 11.2.1. ## Installation