PSPLIBDOC.xml Update 6.60
Posted: Tue May 29, 2012 12:07 am
Hi everyone,
I just updated/Edited the psplibdoc.xml based on some interesting strings i found from the PSP Vita 660 kernel dump that was posted here on wololo blog. This May not be useful to everyone but it may help some people.
All credit goes to http://silverspring.lan.st/ and everyone that helped/developed in the PSP scene. I only just changed some function name based on what i found on the prx.
Here are some of the functions i found there name for [Total of 10 functions]:
I don't know about anyone else but I like the names i see 
By the Way, Before anyone ask how i know these name are correct, I not sure my self. I just based it on how these string appear inside the exported function the same way it appears in some of the function that we Already know there name from. Also that they seem to print out this name as a debug string like some of us developer do when we want to make sure a function is called.
Example of this is :
As you can see, they have reference to those name inside there exported function. If anyone has a link of a tool like nidattack for mac lion, i willing to try to test out to see if it is the correct name for those functions.
I just updated/Edited the psplibdoc.xml based on some interesting strings i found from the PSP Vita 660 kernel dump that was posted here on wololo blog. This May not be useful to everyone but it may help some people.
All credit goes to http://silverspring.lan.st/ and everyone that helped/developed in the PSP scene. I only just changed some function name based on what i found on the prx.
Here are some of the functions i found there name for [Total of 10 functions]:
Code: Select all
0x1196472E [0x00005538] - sceKernelLoadModuleBufferMs
0x24EC0641 [0x00005638] - sceKernelLoadModuleBufferApp
0x1CF0B794 [0x00005CCC] - sceKernelLoadModuleBufferBootInitBtcnf
0x253AA17C [0x00005B40] - sceKernelLoadModuleBufferForExitVSHKernel
0x2F3F9B6A [0x00005724] - sceKernelLoadModuleBufferForLoadExecBufferVSHUsbWlan
0x4E38EA1D [0x00005C00] - sceKernelLoadModuleBufferForRebootKernel
0x4E62C48A [0x00005A68] - sceKernelLoadModuleBufferForKernel
0x61E3EC69 [0x00005478] - sceKernelLoadModuleBufferForExitGame
0x9236B422 [0x000059A8] - sceKernelLoadModuleBufferForExitVSHVSH
0xC13E2DE5 [0x000057F0] - sceKernelLoadModuleBufferForLoadExecBufferVSHUsbWlanDebug
By the Way, Before anyone ask how i know these name are correct, I not sure my self. I just based it on how these string appear inside the exported function the same way it appears in some of the function that we Already know there name from. Also that they seem to print out this name as a debug string like some of us developer do when we want to make sure a function is called.
Example of this is :
Code: Select all
; ======================================================
; Subroutine ModuleMgrForKernel_4E62C48A - Address 0x00005A68
; Exported in ModuleMgrForKernel
ModuleMgrForKernel_4E62C48A:
0x00005A68: 0x27BDFF40 '@..'' - addiu $sp, $sp, -192
; Data ref 0x00009784 "sceKernelLoadModuleBufferForKernel()\n"
0x00005A6C: 0x3C020001 '...<' - lui $v0, 0x1
0x00005A70: 0xAFB200A8 '....' - sw $s2, 168($sp)
0x00005A74: 0x03609021 '!.`.' - move $s2, $k1
0x00005A78: 0x001BDAC0 '....' - sll $k1, $k1, 11
0x00005A7C: 0xAFB100A4 '....' - sw $s1, 164($sp)
0x00005A80: 0x00808821 '!...' - move $s1, $a0
......
Code: Select all
; ======================================================
; Subroutine sceKernelLoadModuleBufferUsbWlan - Address 0x00001568
; Exported in ModuleMgrForUser
sceKernelLoadModuleBufferUsbWlan:
0x00001568: 0x27BDFF30 '0..'' - addiu $sp, $sp, -208
; Data ref 0x00009580 "sceKernelLoadModuleBufferUsbWlan()\n"
0x0000156C: 0x3C020001 '...<' - lui $v0, 0x1
0x00001570: 0xAFB400C0 '....' - sw $s4, 192($sp)
0x00001574: 0x0360A021 '!.`.' - move $s4, $k1
0x00001578: 0x001BDAC0 '....' - sll $k1, $k1, 11
0x0000157C: 0xAFB200B8 '....' - sw $s2, 184($sp)
0x00001580: 0x00809021 '!...' - move $s2, $a0
........