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 ; ........