Disasm 3.72 prx's not possible yet?

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

Moderators: cheriff, TyRaNiD

Post Reply
breaKdown
Posts: 13
Joined: Sun Oct 23, 2005 3:26 am

Disasm 3.72 prx's not possible yet?

Post by breaKdown »

Hi,

I tried to disassemble premo_plugin.prx, but all I get is:

Code: Select all

PRXTool v1.1 : (c) TyRaNiD 2k6
Built: Oct 24 2007 20:17:36
Loading premo_plugin.prx
Error: Magic value incorrect (not an ELF?)
Error: Couldn't load prx file structures

Done
I'm using PRXTool v.1.1 (Win32)

thx in advance!
Mashphealh
Posts: 18
Joined: Wed Nov 28, 2007 4:18 am

Post by Mashphealh »

Search the new prxtool. It will disasm the 3.7x prxs .
moonlight
Posts: 567
Joined: Wed Oct 26, 2005 7:46 pm

Post by moonlight »

erm, did you decrypt the file? :p
Cpasjuste
Posts: 214
Joined: Sun May 29, 2005 8:28 am

Post by Cpasjuste »

I think moonlight pointed out the problem :)
Mashphealh
Posts: 18
Joined: Wed Nov 28, 2007 4:18 am

Post by Mashphealh »

moonlight wrote:erm, did you decrypt the file? :p
I had not fixed at this xD
moonlight
Posts: 567
Joined: Wed Oct 26, 2005 7:46 pm

Post by moonlight »

Check the file with an editor, and check it has ELF signature. You probably didn't run psardumper with the decrypt option, I think it is sqauare, don't remember it rigut now but the screen says it :p
breaKdown
Posts: 13
Joined: Sun Oct 23, 2005 3:26 am

Post by breaKdown »

of course it's decrypted...but where to get the newer one?
moonlight
Posts: 567
Joined: Wed Oct 26, 2005 7:46 pm

Post by moonlight »

The new one is in svn

svn co svn://svn.ps2dev.org/psp/trunk/prxtool

Anyways, check your file with a hexeditor, no version of prxtool should output that message if the file is decrypted&decompressed, maybe there is an error in decryption :S
Cpasjuste
Posts: 214
Joined: Sun May 29, 2005 8:28 am

Post by Cpasjuste »

Also you should post your command line here.
TyRaNiD
Posts: 907
Joined: Sun Jan 18, 2004 12:23 am

Post by TyRaNiD »

It isn't decrypted or if it is it is broken. I have seen psardecrypt stuff to sometimes decrypt certain files incorrectly, all you get is a binary stream of garbage.
moonlight
Posts: 567
Joined: Wed Oct 26, 2005 7:46 pm

Post by moonlight »

TyRaNiD wrote:It isn't decrypted or if it is it is broken. I have seen psardecrypt stuff to sometimes decrypt certain files incorrectly, all you get is a binary stream of garbage.
Well, that usually happened when 2RLZ compressed files couldn't be decompressed, those files were the "garbage". Now it shoult be fine.
Post Reply