Skip to content

Commit 49e73e4

Browse files
authored
Merge pull request #105 from chaoticgd/ghidra11.4.3
Add support for Ghidra 11.4.3
2 parents 519da4f + 2b489f6 commit 49e73e4

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
ghidra: ["11.4.2", "11.4.1", "11.4", "11.3.2", "11.3.1", "11.3"]
13+
ghidra: ["11.4.3", "11.4.2", "11.4.1", "11.4", "11.3.2", "11.3.1", "11.3"]
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v4

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
ghidra: ["11.4.2", "11.4.1", "11.4", "11.3.2", "11.3.1", "11.3"]
14+
ghidra: ["11.4.3", "11.4.2", "11.4.1", "11.4", "11.3.2", "11.3.1", "11.3"]
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v1

.github/workflows/unstable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
ghidra: ["11.4.2", "11.4.1", "11.4", "11.3.2", "11.3.1", "11.3"]
13+
ghidra: ["11.4.3", "11.4.2", "11.4.1", "11.4", "11.3.2", "11.3.1", "11.3"]
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v1

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v2.1.28
4+
5+
- Added vector unit overlay importer.
6+
- Added support for Ghidra 11.4.3.
7+
38
## v2.1.27
49

510
- Added support for Ghidra 11.4.2.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This extension is based on the original [ghidra-emotionengine](https://github.co
99
- Recover data types, functions and global variables from ELF files with `.mdebug` sections with the included STABS Analyzer.
1010
- Import PCSX2 save states.
1111
- Fix references to global variables with the MIPS-R5900 Constant Reference Analyzer.
12-
- Support for Ghidra 11.4.2.
12+
- Support for Ghidra 11.4.3.
1313

1414
## Installation
1515

0 commit comments

Comments
 (0)