Need help understanding a few things.

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

Moderators: cheriff, TyRaNiD

Post Reply
pyrosama
Posts: 66
Joined: Fri May 13, 2005 1:08 pm

Need help understanding a few things.

Post by pyrosama »

Digging through wab's decrypted 1.5 update

What does native:/ imply?


I noticed a few of them after what apears to be what runs the updater


(I will have more questions about the updater to add to this thread so it wont be a waisted topic for one question)



Thanks,
PyroSama
mrbrown
Site Admin
Posts: 1537
Joined: Sat Jan 17, 2004 11:24 am

Post by mrbrown »

If you're just looking at strings you won't find much. Anyway, "native:/" is part of the Javascript implementation found in paf.prx. Or something close to it.
pyrosama
Posts: 66
Joined: Fri May 13, 2005 1:08 pm

Post by pyrosama »

Yes I am looking at strings. Just looking at every thing I can to absorb as much as I can.


Is there any place decrypted prx's? I know that there is a method of decrypting them (If I understand correctly)

Or will I need to do that on my own?

Also where would be the best place to look to begin understanding the updater?

Thanks,
PyroSama
mrbrown
Site Admin
Posts: 1537
Joined: Sat Jan 17, 2004 11:24 am

Post by mrbrown »

Just use the prxdecrypt sample in the PSPSDK repo to decrypt PRXes.

I would think that the updater is the best place to look to understand the updater...
pyrosama
Posts: 66
Joined: Fri May 13, 2005 1:08 pm

Post by pyrosama »

If you're just looking at strings you won't find much.
mrbrown wrote: I would think that the updater is the best place to look to understand the updater...
What I meant was what should I be looking at in the updater.
mrbrown wrote:Just use the prxdecrypt sample in the PSPSDK repo to decrypt PRXes.
I checked that out I will see if I can get my friend to let me play with his psp for a few days untill I get my new motherboard.


Thanks,
PyroSama
ector
Posts: 195
Joined: Thu May 12, 2005 10:22 pm

Post by ector »

pyrosama wrote: What I meant was what should I be looking at in the updater.
Disassembly, what else?
pyrosama
Posts: 66
Joined: Fri May 13, 2005 1:08 pm

Post by pyrosama »

Statement irelevent - retracted.


Thanks,
PyroSama
Post Reply