SceDeci4pLoadp: Difference between revisions

From Vita Development Wiki
Jump to navigation Jump to search
(Created page with "== Module == === Known NIDs === {| class="wikitable" |- ! Version !! Name !! World !! Privilege !! NID |- | 3.65 || SceDeci4pLoadp || Non-secure || Kernel || 0x41ABC1A2 |} =...")
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
Load processor.
ds4 pairing/package installer spawn/cui_setupper loader for Devkit.
== Module ==
== Module ==


=== Known NIDs ===
{| class="wikitable"
{| class="wikitable"
|-
|-
! Version !! Name !! World !! Privilege !! NID
! Version !! World !! Privilege
|-
|-
| 3.65 || SceDeci4pLoadp || Non-secure || Kernel || 0x41ABC1A2
| 3.60-3.65 || Non-secure || Kernel
|}
|}


Line 19: Line 22:
| 3.65 || [[SceDeci4pLoadp#SceDeci4pLoadp|SceDeci4pLoadp]] || Non-secure || User || 0x7C088954
| 3.65 || [[SceDeci4pLoadp#SceDeci4pLoadp|SceDeci4pLoadp]] || Non-secure || User || 0x7C088954
|}
|}
== Events ==
<source>
0x0 : pdLoadpProcSpawnCmd
0x4 : app kill
0x6 : appmgr something
0xB : appmgr something
0x10 : load module
0x12 : start module
0x14 : stop module
0x16 : unload module
0x20 : appmgr something
0x22 : appmgr something
0x24 : appmgr something
0x26 : appmgr something
0x30 : sceAppMgrLaunchAppByPath vs0:app/NPXS10082/spawn.self
0x32 : sceAppMgrLaunchAppByPath vs0:app/NPXS10082/spawn.self
0x34 : sceAppMgrLaunchAppByPath vs0:app/NPXS10103/ds4_pairing.self
0x36 : sceAppMgrLaunchAppByPath vs0:app/NPXS10082/spawn.self
0x38 : sceAppMgrLaunchAppByPath vs0:app/NPXS10082/spawn.self
</source>


== SceDeci4pLoadp ==
== SceDeci4pLoadp ==


          SceDeci4pLoadp_9A46C1BA: 0x9A46C1BA
=== SceDeci4pLoadp_38103BF1 ===
{| class="wikitable"
|-
! Version !! NID
|-
| 1.69 || 0x38103BF1
|}
 
<source lang="C">
int SceDeci4pLoadp_38103BF1(int a1, void *a2, int len);
</source>
 
=== SceDeci4pLoadp_9A46C1BA ===
{| class="wikitable"
|-
! Version !! NID
|-
| 1.69 || 0x9A46C1BA
|}
 
<source lang="C">
int SceDeci4pLoadp_9A46C1BA(int a1, int a2, int a3, void *a4);
</source>
 
           SceDeci4pLoadp_AA103B3F: 0xAA103B3F
           SceDeci4pLoadp_AA103B3F: 0xAA103B3F


[[Category:ARM]]
[[Category:Kernel]]
[[Category:Modules]]
[[Category:Modules]]
[[Category:Kernel]]
[[Category:Library]]

Latest revision as of 13:44, 7 October 2023

Load processor.

ds4 pairing/package installer spawn/cui_setupper loader for Devkit.

Module

Version World Privilege
3.60-3.65 Non-secure Kernel

Libraries

Known NIDs

Version Name World Visibility NID
3.65 SceDeci4pLoadp Non-secure User 0x7C088954

Events

0x0 : pdLoadpProcSpawnCmd
0x4 : app kill
0x6 : appmgr something
0xB : appmgr something
0x10 : load module
0x12 : start module
0x14 : stop module
0x16 : unload module
0x20 : appmgr something
0x22 : appmgr something
0x24 : appmgr something
0x26 : appmgr something
0x30 : sceAppMgrLaunchAppByPath vs0:app/NPXS10082/spawn.self
0x32 : sceAppMgrLaunchAppByPath vs0:app/NPXS10082/spawn.self
0x34 : sceAppMgrLaunchAppByPath vs0:app/NPXS10103/ds4_pairing.self
0x36 : sceAppMgrLaunchAppByPath vs0:app/NPXS10082/spawn.self
0x38 : sceAppMgrLaunchAppByPath vs0:app/NPXS10082/spawn.self

SceDeci4pLoadp

SceDeci4pLoadp_38103BF1

Version NID
1.69 0x38103BF1
int SceDeci4pLoadp_38103BF1(int a1, void *a2, int len);

SceDeci4pLoadp_9A46C1BA

Version NID
1.69 0x9A46C1BA
int SceDeci4pLoadp_9A46C1BA(int a1, int a2, int a3, void *a4);
         SceDeci4pLoadp_AA103B3F: 0xAA103B3F