Two Nids founds

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

Moderators: cheriff, TyRaNiD

Post Reply
johnmph
Posts: 119
Joined: Sat Jul 23, 2005 11:48 pm

Two Nids founds

Post by johnmph »

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: Select all

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
johnmph
Posts: 119
Joined: Sat Jul 23, 2005 11:48 pm

Re: Two Nids founds

Post by johnmph »

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).
Post Reply