Skip to content

Commit

Permalink
Merge pull request #11 from RipleyTom/better_readme
Browse files Browse the repository at this point in the history
Improves README and add 10.0.4 build
  • Loading branch information
clienthax authored Oct 7, 2021
2 parents 791b1e8 + 5ef0a00 commit e08c872
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
fail-fast: false
matrix:
ghidra-version:
- '10.0.4'
- '10.0.2'
- '10.0'
- '9.2.4'
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ When loading a prx/elf into Ghidra be sure to select the following language (By
PowerISA-Altivec-64-32addr
```

## Installation

Those scripts are meant to be used as a Ghidra extension.

Simply grab the .zip in release corresponding to your Ghidra version and install in Ghidra through "File=>Install Extension...".

Make sure the extension is active(there should be a checkmark on the left), scripts should then be accessible in CodeBrowser through "Window=>Script Manager".

## Required change
To avoid issues with decompliation the following change is needed in Processors\PowerPC\data\languages\ppc_64_32.cspec

Expand Down

0 comments on commit e08c872

Please sign in to comment.