Skip to content

Commit

Permalink
Merge pull request #51 from chaoticgd/ghidra11.0
Browse files Browse the repository at this point in the history
Add support for Ghidra 11.0
  • Loading branch information
chaoticgd authored Dec 22, 2023
2 parents d0a1111 + 1141356 commit 51cded4
Show file tree
Hide file tree
Showing 5 changed files with 10 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.4"]
ghidra: ["11.0"]
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.4"]
ghidra: ["11.0"]
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.4"]
ghidra: ["11.0"]
steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.4.
- Support for Ghidra 11.0.

## Installation

Expand Down

0 comments on commit 51cded4

Please sign in to comment.