Skip to content

Commit 9583499

Browse files
authored
Merge pull request #33 from burninrubber0/ghidra-11
Update for Ghidra 11
2 parents ba5cb8b + ed06800 commit 9583499

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
ghidra: ['10.3.2', '10.3', '10.3.3', '10.4']
10+
ghidra: ['11.0']
1111
java: ['17']
1212

1313
steps:

ghidra_scripts/Ps3ElfUtils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import ghidra.app.script.GhidraScript;
2-
import ghidra.framework.project.extensions.ExtensionDetails;
3-
import ghidra.framework.project.extensions.ExtensionUtils;
2+
import ghidra.util.extensions.ExtensionDetails;
3+
import ghidra.util.extensions.ExtensionUtils;
44
import ghidra.program.model.address.Address;
55
import ghidra.program.model.data.ArrayDataType;
66
import ghidra.program.model.data.DataType;

0 commit comments

Comments
 (0)