Some nids of sceLoadExec

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

Moderators: cheriff, TyRaNiD

Post Reply
moonlight
Posts: 567
Joined: Wed Oct 26, 2005 7:46 pm

Some nids of sceLoadExec

Post by moonlight »

0x7b7c47ef = sceKernelLoadExecVSHDiscDebug
0x821be114 = sceKernelLoadExecVSHDiscUpdater

To avoid groepaz kicking me, i have confirmed at least one of them:

sceKernelLoadExecVSHDiscUpdater is exactly the function that the firmware uses to load exec the update from the disc.

I've tried to test sceKernelLoadExecVSHDiscDebug using the typical parameters of a loadexec function, but it returns 28 and does nothing :O

It's a pity that one cannot post anymore results in http://pspdev.ofcode.com/api2.0/ :(

I hope someone puts the true name of LoadExecForKernel_821BE114 in the LoadExecForKernel stub. LoadExecForKernel_7b7c47ef is not even in the stub (maybe because it's a function that doesn't exist in 1.00).
User avatar
dot_blank
Posts: 498
Joined: Wed Sep 28, 2005 8:47 am
Location: Brasil

Post by dot_blank »

i believe that opcode site should be rectified
as its a valuable source for us developers
and is in dire need of an update soon
10011011 00101010 11010111 10001001 10111010
TyRaNiD
Posts: 907
Joined: Sun Jan 18, 2004 12:23 am

Post by TyRaNiD »

This is of course why we have always had libdoc in subversion :)
User avatar
dot_blank
Posts: 498
Joined: Wed Sep 28, 2005 8:47 am
Location: Brasil

Post by dot_blank »

yes of course but a site is much easier :)
10011011 00101010 11010111 10001001 10111010
jimparis
Posts: 1145
Joined: Fri Jun 10, 2005 4:21 am
Location: Boston

Post by jimparis »

A big problem with libdoc is that it makes no distinction among firmware versions. A min/max version entry should probably be included.
[wl]
Posts: 13
Joined: Fri May 05, 2006 2:16 am

Post by [wl] »

how do u think, is it possible to understand, how to decrypt uploader.psp file from eboot.pbp updater using reverse engineering of sceKernelLoadExecVSHDiscUpdater function?
moonlight
Posts: 567
Joined: Wed Oct 26, 2005 7:46 pm

Post by moonlight »

[wl] wrote:how do u think, is it possible to understand, how to decrypt uploader.psp file from eboot.pbp updater using reverse engineering of sceKernelLoadExecVSHDiscUpdater function?
This function is only to execute the updater (well, it probably can execute othet things)

To decrypt the data.psp of an updater, you can use any psar dumper mod like the mph decryptor or the aenea's one.
Post Reply