forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Two Nids founds

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development
View previous topic :: View next topic  
Author Message
johnmph



Joined: 23 Jul 2005
Posts: 119

PostPosted: Thu May 04, 2006 9:41 pm    Post subject: Two Nids founds Reply with quote

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
View user's profile Send private message
johnmph



Joined: 23 Jul 2005
Posts: 119

PostPosted: Fri May 05, 2006 2:24 am    Post subject: Re: Two Nids founds Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group