Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
clienthax authored Jun 6, 2022
1 parent 8da4a96 commit f8ccda3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Simply grab the .zip in release corresponding to your Ghidra version and install
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 decompilation the following change is needed in Processors\PowerPC\data\languages\ppc_64_32.cspec
To avoid issues with decompilation the following change is needed in `Ghidra\Processors\PowerPC\data\languages\ppc_64_32.cspec`

Add `<register name="r2"/>` to the `<unaffected>` list

Expand All @@ -28,8 +28,6 @@ Some cell specific instructions are currently not supported in Ghidra, these are
## AnalyzePs3Binary.java
The main script, this should be used BEFORE analysis is run on the program.

This will ask for the location of the nids.txt file.

It will then parse the information sections and define imports/exports and name the ones it can from the nids file, and then set the TOC.

After this you should run the auto analysis tool within Ghidra, and then run the syscall define script.
Expand Down

0 comments on commit f8ccda3

Please sign in to comment.