Skip to content

Commit

Permalink
Merge pull request #14 from chaoticgd/ghidra10.2.3
Browse files Browse the repository at this point in the history
Add support for Ghidra 10.2.3
  • Loading branch information
chaoticgd authored Feb 9, 2023
2 parents 66a6f30 + 74e5ec8 commit 654f6f5
Show file tree
Hide file tree
Showing 4 changed files with 4 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: ["10.2.2"]
ghidra: ["10.2.3"]
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.2.2"]
ghidra: ["10.2.3"]
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.2.2"]
ghidra: ["10.2.3"]
steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The following instuction sets are currently supported:
5. COP2 (VU0) macro instruction set

This extension is based on the original [ghidra-emotionengine](https://github.com/beardypig/ghidra-emotionengine) project, with a number or changes:
- Support for Ghidra 10.2.2.
- Support for Ghidra 10.2.3.
- The VU macro and MMI instruction implementations have been replaced with pcodeop stubs. This is a bit subjective, but I think it helps a lot.
- Support for disassembling VU microcode has been removed. If you want to reverse a VU microprogram may I suggest having a look at [vutrace](https://github.com/chaoticgd/vutrace).

Expand Down

0 comments on commit 654f6f5

Please sign in to comment.