| View previous topic :: View next topic |
| Author |
Message |
Mak0
Joined: 27 Jan 2005 Posts: 36
|
Posted: Sat Jul 09, 2005 9:16 am Post subject: any good r4000 disassemblers? |
|
|
| I know some really talented reverse engineers congregate here so I'm wondering what disassembler(s) are you guys using that work well with psp binaries? IDA Pro (version 4.3 at least) seems to not handle them very well. |
|
| Back to top |
|
 |
ector
Joined: 12 May 2005 Posts: 195
|
Posted: Sat Jul 09, 2005 9:17 am Post subject: |
|
|
| I'm using my own. Writing a basic MIPS disassembler is like an afternoon's work, MIPS isn't exactly a hard instruction set to decode. |
|
| Back to top |
|
 |
Mak0
Joined: 27 Jan 2005 Posts: 36
|
Posted: Sat Jul 09, 2005 9:18 am Post subject: |
|
|
| would you mind posting a binary? I'd love to check it out if you dont mind :) |
|
| Back to top |
|
 |
ector
Joined: 12 May 2005 Posts: 195
|
Posted: Sat Jul 09, 2005 9:26 am Post subject: |
|
|
| Nah it's integrated in my emulator which i can't release a binary of because I currently use ELFIO as a temporary solution (it's LGPL) and I mean to replace it with my own ELF reading as I really don't like the GPL/LGPL very much and I haven't managed to compile ELFIO as a DLL. |
|
| Back to top |
|
 |
Mak0
Joined: 27 Jan 2005 Posts: 36
|
Posted: Sun Jul 10, 2005 8:35 am Post subject: |
|
|
| I was just browsing the subverison server and I noticed a program called pspdis. would anyone happen to have a pre-compiled binary? |
|
| Back to top |
|
 |
_00_
Joined: 22 May 2005 Posts: 8
|
Posted: Mon Jul 17, 2006 2:04 am Post subject: cygwin version |
|
|
| Mak0 wrote: | | I was just browsing the subverison server and I noticed a program called pspdis. would anyone happen to have a pre-compiled binary? |
http://www.megaupload.com/?d=TTCDBKR7 |
|
| Back to top |
|
 |
adrahil
Joined: 16 Mar 2006 Posts: 277
|
Posted: Mon Jul 17, 2006 2:40 am Post subject: |
|
|
| you can just use the objdump from the sdk... it sometimes gives weird results though... |
|
| Back to top |
|
 |
|