From eb901a74a2b8f3f152f34548ed65851317941105 Mon Sep 17 00:00:00 2001 From: chaoticgd <43898262+chaoticgd@users.noreply.github.com> Date: Wed, 4 Oct 2023 16:40:22 +0100 Subject: [PATCH] Build against Ghidra 10.4 instead of 10.3.3 --- .github/workflows/publish.yml | 2 +- .github/workflows/test.yml | 2 +- .github/workflows/unstable.yml | 2 +- CHANGELOG.md | 3 ++- README.md | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 45644d9..e05ff3b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ghidra: ["10.3.3"] + ghidra: ["10.4"] steps: - name: Checkout uses: actions/checkout@v1 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9078587..0c3c312 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ghidra: ["10.3.3"] + ghidra: ["10.4"] steps: - name: Checkout uses: actions/checkout@v1 diff --git a/.github/workflows/unstable.yml b/.github/workflows/unstable.yml index 185a935..48ae257 100644 --- a/.github/workflows/unstable.yml +++ b/.github/workflows/unstable.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ghidra: ["10.3.3"] + ghidra: ["10.4"] steps: - name: Checkout uses: actions/checkout@v1 diff --git a/CHANGELOG.md b/CHANGELOG.md index f56527c..2b9621d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,8 @@ ## v2.1.10 -- Added support for the pmultw instruction. +- Added support for Ghidra 10.4. +- The pmultw instruction is now correctly disassembled. ## v2.1.9 diff --git a/README.md b/README.md index b88da77..a750563 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 10.3.3. +- Support for Ghidra 10.4. ## Installation