| View previous topic :: View next topic |
| Author |
Message |
johnmph
Joined: 23 Jul 2005 Posts: 119
|
Posted: Thu May 04, 2006 9:41 pm Post subject: Two Nids founds |
|
|
Hello, i found two nids :
A089ECA4 : sceKernelMemset
in SysMemForKernel library of sceSystemMemoryManager module (/kd/sysmem.prx).
It's used like normal memset function.
61001D64 : vshChkregGetPsCode
in sceVshBridge library of sceVshBridge_Driver module (/kd/vshbridge.prx).
To use this function, you must before loading and starting vshbridge.prx and get the function address.
u32 vshChkregGetPsCode (u8 *buffer);
- buffer is 8 bytes large (u8 buffer[8])
- return is 0 if ok
buffer is filled with this in my 1.50 psp :
| Code: |
00000000h: 01 00 03 00 01 00 01 00 ; ........
|
Maybe this code is two u32 : 0x01000300 and 0x01000100, it would correspond to the code contained in /vsh/etc/version.txt |
|
| Back to top |
|
 |
johnmph
Joined: 23 Jul 2005 Posts: 119
|
Posted: Fri May 05, 2006 2:24 am Post subject: Re: Two Nids founds |
|
|
One more nid :
58234CB0 : vshRegSysconfUpdateRegistry
in sceVshCommonUtil library of sceVshCommonUtil_Module module (/vsh/module/common_util.prx) and vsh library of vsh_module module (/vsh/module/vshmain.prx). |
|
| Back to top |
|
 |
|