Any ELF-Decompiler?

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
Raiden
Posts: 10
Joined: Sat Nov 14, 2009 7:17 pm

Any ELF-Decompiler?

Post by Raiden »

Hello!
I´m searching for a decompiler which will give me asm-output off a elf-file.
Thanks.

Raiden

PS: Sorry for bad english.
m0skit0
Posts: 191
Joined: Tue Jun 02, 2009 8:58 pm

Post by m0skit0 »

If you wantassembly output, you're searching for a disassembler, not a decompiler (which provides output in a higher level language, usually C).

In my humble opinion, prxtool is the best disassembler for PSP ELFs.
The Incredible Bill Gates wrote:The obvious mathematical breakthrough would be development of an easy way to factor large prime numbers.
Raiden
Posts: 10
Joined: Sat Nov 14, 2009 7:17 pm

Post by Raiden »

Oh yeah, sorry I mixed them up^^
Hmmm... prxtool alwys worked fine for me but now it´s stops working. I´m trying to disassemble the elf´s of Action Replay FW. If I try to disassemble, it tell me this:
http://666kb.com/i/bf5b3rb8ijjr4101j.bmp
m0skit0
Posts: 191
Joined: Tue Jun 02, 2009 8:58 pm

Post by m0skit0 »

Sorry I dont speak german neither use Windows :P
The Incredible Bill Gates wrote:The obvious mathematical breakthrough would be development of an easy way to factor large prime numbers.
Raiden
Posts: 10
Joined: Sat Nov 14, 2009 7:17 pm

Post by Raiden »

Oh sorry again :D I didn´t thought about it....
I hope you understand that:

The command "0x00406985" pointed memory in "0x90923ff4". The operation "read" couldn´t perform in this memory.

Sorry for bad english... I know it´s hard to understand xD
m0skit0
Posts: 191
Joined: Tue Jun 02, 2009 8:58 pm

Post by m0skit0 »

You sure that's a good build for Windows? Did you compile it yourself?
The Incredible Bill Gates wrote:The obvious mathematical breakthrough would be development of an easy way to factor large prime numbers.
sauron_le_noir
Posts: 203
Joined: Sat Jul 05, 2008 8:03 am

Post by sauron_le_noir »

pspdisasm from booster is meaby a bit old but it does it's work without any problem
http://www.maxconsole.net/forums/showthread.php?t=25119
Raiden
Posts: 10
Joined: Sat Nov 14, 2009 7:17 pm

Post by Raiden »

Thanks, Booster´s tool works like a charm for me.
Post Reply