Skip to content

Commit

Permalink
Merge pull request #82 from chaoticgd/ghidra11.2.1
Browse files Browse the repository at this point in the history
Add support for Ghidra 11.2.1
  • Loading branch information
chaoticgd authored Nov 9, 2024
2 parents a69f47a + 37e4058 commit 25514bb
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v2.1.21

- Added support for Ghidra 11.2.1.

## v2.1.20

- Added support for Ghidra 11.2.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 25514bb

Please sign in to comment.