zecoxao
Developer
Decided to create/modify an ida plugin for PS3 PPU and SPU Modules Decompilation on IDA Pro using ghidra sleigh files.
Currently it works well on ps3 ppu self, sprx,etc
Partial support for isolated selfs (spu) since spu is a 128 bit architecture, and support isn't complete for it.
Essentially, you replace the dll according to the corresponding file you're analyzing, then you click on a function and press alt f3 and it should decompile it for you.
You can see how to place the files in https://github.com/cseagle/blc/blob/master/README.md
Together also comes attached the plugin code that i modified.
Enjoy
Currently it works well on ps3 ppu self, sprx,etc
Partial support for isolated selfs (spu) since spu is a 128 bit architecture, and support isn't complete for it.
Essentially, you replace the dll according to the corresponding file you're analyzing, then you click on a function and press alt f3 and it should decompile it for you.
You can see how to place the files in https://github.com/cseagle/blc/blob/master/README.md
Together also comes attached the plugin code that i modified.
Enjoy