169w ago - Today
xorloser has shared a
PS3 Hypervisor Dump setup script for
IDA (Interactive Disassembler), which automatically sets up function tables, resolves rtoc offsets and finds some common functions in PlayStation 3 Hypervisor Dumps for easier reversing.
Additionally,
titanmkd has
updated the script with a patch available
HERE, and as a result
xorloser has now made his
more compatible with older versions of IDA and updated it
yet again with peek/poke calls labeled.
To quote: "It seems someone took some initiative and made some
software themselves to dump the hypervisor once they have the correct hardware and software. So for anyone who has used that and dumped their own hypervisor I present this
PS3 HV Dump setup script for IDA.
This script will setup function tables including the hypercall (syscall) table, mmcall table, OPD, TOC, GOT. It will find common functions such as puts and printf and very importantly it will fixup all rtoc references which are used to access global variables and strings.
To use the script you should extract it somewhere and then from within IDA select "File->IDC File...", then navigate to where you extracted the file and select it. Please note that this script could overwrite your previous work, so please run backup your idb/i64 file before running it. I recommend running it on a freshly created database by loading your hypervisor dump into IDA as "ppc" at ROM address 0 and then running this script as detailed above before doing anything else.
The other tidbit I wanted to share was the updates to the PPC Altivec plugin source code which I had forgotten to include in the recent releases, but which a few people have since asked for. Here is the
PPC Altivec plugin v1.6 for IDA v5.6 with sourcecode. If anyone makes any fixes or adds support for new functions please pass these updates back to me so I can share them on this site."
I am new to IDA is there a step by step debugger or debug mode with extended exception printouts?
Thanks to XORLOSER +rep for his great work !!! Now we even have string linked with code !!!
Best Regards
TitanMKD
I have now updated the first post with this along with xorloser's update as well- Thanks titanmkd!