Skip to content

Commit

Permalink
Merge pull request #68 from chaoticgd/ghidra11.1.1
Browse files Browse the repository at this point in the history
Add support for Ghidra 11.1.1
  • Loading branch information
chaoticgd authored Jun 22, 2024
2 parents 5d9d94b + 71581e1 commit 4b7bd4b
Show file tree
Hide file tree
Showing 10 changed files with 1,697 additions and 235 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.0.3"]
ghidra: ["11.1.1"]
steps:
- name: Checkout
uses: actions/checkout@v1
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.0.3"]
ghidra: ["11.1.1"]
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.0.3"]
ghidra: ["11.1.1"]
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.17

- Added support for Ghidra 11.1.1.

## v2.1.16

- Improved the decompilation of unaligned loads/stores with the new MipsR5900PreAnalyzer. [abelbriggs1](https://github.com/abelbriggs1)
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.0.3.
- Support for Ghidra 11.1.1.

## Installation

Expand Down
Loading

0 comments on commit 4b7bd4b

Please sign in to comment.