Skip to content

Commit

Permalink
Merge pull request #44 from chaoticgd/ghidra10.4
Browse files Browse the repository at this point in the history
Add support for Ghidra 10.4
  • Loading branch information
chaoticgd authored Oct 4, 2023
2 parents 0281bfd + eb901a7 commit 41b15fb
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 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: ["10.3.3"]
ghidra: ["10.4"]
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: ["10.3.3"]
ghidra: ["10.4"]
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: ["10.3.3"]
ghidra: ["10.4"]
steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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 10.3.3.
- Support for Ghidra 10.4.

## Installation

Expand Down

0 comments on commit 41b15fb

Please sign in to comment.