Skip to content

Commit

Permalink
Merge pull request #33 from burninrubber0/ghidra-11
Browse files Browse the repository at this point in the history
Update for Ghidra 11
  • Loading branch information
clienthax authored Jan 25, 2024
2 parents ba5cb8b + ed06800 commit 9583499
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.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.3.2', '10.3', '10.3.3', '10.4']
ghidra: ['11.0']
java: ['17']

steps:
Expand Down
4 changes: 2 additions & 2 deletions ghidra_scripts/Ps3ElfUtils.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import ghidra.app.script.GhidraScript;
import ghidra.framework.project.extensions.ExtensionDetails;
import ghidra.framework.project.extensions.ExtensionUtils;
import ghidra.util.extensions.ExtensionDetails;
import ghidra.util.extensions.ExtensionUtils;
import ghidra.program.model.address.Address;
import ghidra.program.model.data.ArrayDataType;
import ghidra.program.model.data.DataType;
Expand Down

0 comments on commit 9583499

Please sign in to comment.