| View previous topic :: View next topic |
| Author |
Message |
NDT
Joined: 02 Jul 2005 Posts: 2
|
Posted: Sat Jul 02, 2005 9:59 pm Post subject: How to disassemble a PSP ELF with Ida Pro? |
|
|
How to disassemble a PSP ELF with Ida Pro?
Is there a patcher to revert the work of outpatch?
Thanks |
|
| Back to top |
|
 |
mrbrown
Joined: 17 Jan 2004 Posts: 1536
|
Posted: Sat Jul 02, 2005 10:17 pm Post subject: |
|
|
| Wrong forum, moved. |
|
| Back to top |
|
 |
TyRaNiD
Joined: 18 Jan 2004 Posts: 918
|
Posted: Sat Jul 02, 2005 11:22 pm Post subject: |
|
|
| The prxes we build are strange IDA doesn't really like them, for Sony stuff grab prxtool from subversion and do prxtool -o newfile.prx -e sonyfile.prx to be able to load it in ida. Whether that works for our stuff I couldn't say :) |
|
| Back to top |
|
 |
NDT
Joined: 02 Jul 2005 Posts: 2
|
Posted: Sun Jul 03, 2005 9:45 am Post subject: |
|
|
Thanks TyRaNiD,
do you know where i can get that prxtool please? |
|
| Back to top |
|
 |
Pikoro
Joined: 13 Jan 2005 Posts: 56
|
Posted: Mon Jul 04, 2005 11:20 am Post subject: |
|
|
Yes, where is this prxtool? who's subversion repository? sony's?
Cheers |
|
| Back to top |
|
 |
ooPo Site Admin
Joined: 17 Jan 2004 Posts: 2032 Location: Canada
|
Posted: Mon Jul 04, 2005 11:48 am Post subject: |
|
|
In the pspsdk readme:
There's even more in the readme about it. Perhaps taking a moment to read it over could avoid the embarassing question you just asked. |
|
| Back to top |
|
 |
Warren
Joined: 24 Jan 2004 Posts: 173 Location: San Diego, CA
|
Posted: Mon Jul 04, 2005 2:11 pm Post subject: |
|
|
Or you could just change two bytes at 0x10 of the file to 02 00 and IDA will load it fine. Select mipsl mode for processor type.
The more useful thing about prxtool is that you can get it to produce an idc script that will do a lot of organisational work for you once you have an elf disassembled. |
|
| Back to top |
|
 |
TyRaNiD
Joined: 18 Jan 2004 Posts: 918
|
Posted: Mon Jul 04, 2005 3:48 pm Post subject: |
|
|
| And don't forget relocation fixups :) |
|
| Back to top |
|
 |
bbb
Joined: 06 Jul 2005 Posts: 2
|
Posted: Wed Jul 06, 2005 2:00 am Post subject: |
|
|
| Any chance of a windows prxtool? |
|
| Back to top |
|
 |
brad_irc
Joined: 16 Jun 2005 Posts: 2
|
Posted: Sun Jul 10, 2005 5:58 am Post subject: |
|
|
| Is it within our legal right to disassemble and analyse boot.bin files ? I ask this first, before asking why IDA doesn't seem to disassemble them properly... |
|
| Back to top |
|
 |
|