File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 strategy :
1212 matrix :
13- ghidra : ["11.2.1 ", "11.2", "11.1 .2"]
13+ ghidra : ["11.3 ", "11.2.1 ", "11.2"]
1414 steps :
1515 - name : Checkout
1616 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 strategy :
99 matrix :
10- ghidra : ["11.2.1 ", "11.2", "11.1 .2"]
10+ ghidra : ["11.3 ", "11.2.1 ", "11.2"]
1111 steps :
1212 - name : Checkout
1313 uses : actions/checkout@v1
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 strategy :
1212 matrix :
13- ghidra : ["11.2.1 ", "11.2", "11.1 .2"]
13+ ghidra : ["11.3 ", "11.2.1 ", "11.2"]
1414 steps :
1515 - name : Checkout
1616 uses : actions/checkout@v1
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v2.1.23
4+
5+ - Added support for Ghidra 11.3.
6+
37## v2.1.22
48
59- Fixed disassembly of interlock bit in cfc2/ctc2/qmfc2/qmtc2 instructions.
Original file line number Diff line number Diff 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.2.1 .
12+ - Support for Ghidra 11.3 .
1313
1414## Installation
1515
You can’t perform that action at this time.
0 commit comments