From 1141356485d0a781c76a90b2f9bfbe2aec4e1f49 Mon Sep 17 00:00:00 2001 From: chaoticgd <43898262+chaoticgd@users.noreply.github.com> Date: Fri, 22 Dec 2023 23:27:12 +0000 Subject: [PATCH] Add support for Ghidra 11.0 --- .github/workflows/publish.yml | 2 +- .github/workflows/test.yml | 2 +- .github/workflows/unstable.yml | 2 +- CHANGELOG.md | 7 ++++++- README.md | 2 +- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e05ff3b..72304f7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ghidra: ["10.4"] + ghidra: ["11.0"] steps: - name: Checkout uses: actions/checkout@v1 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0c3c312..842b2f2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ghidra: ["10.4"] + ghidra: ["11.0"] steps: - name: Checkout uses: actions/checkout@v1 diff --git a/.github/workflows/unstable.yml b/.github/workflows/unstable.yml index 48ae257..2def3a9 100644 --- a/.github/workflows/unstable.yml +++ b/.github/workflows/unstable.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ghidra: ["10.4"] + ghidra: ["11.0"] steps: - name: Checkout uses: actions/checkout@v1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4320d58..682dbfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,14 @@ # Changelog +## v2.1.12 + +- Added support for Ghidra 11.0. +- Fixed parsing of HI16, LO16 and MIPS_26 relocations. [abelbriggs1](https://github.com/abelbriggs1) + ## v2.1.11 - stabs: Built-ins and typedefs are now imported and used instead of their underlying type. -- stabs: Bitfields are now imported instead of being replaced with `undefined` bytes. +- stabs: Bitfields are now imported instead of being replaced with `undefined` bytes. [abelbriggs1](https://github.com/abelbriggs1) - stabs: Anonymous return types, parameter types, local variable types and global variable types are now given more useful names. ## v2.1.10 diff --git a/README.md b/README.md index a750563..5546f3c 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.4. +- Support for Ghidra 11.0. ## Installation